Skip to content

Software tool to read & analyze FCC-EDM file from FCCSW (Delphes)

Notifications You must be signed in to change notification settings

faltovaj/DelphesFCCAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DelphesFCCAnalyzer

Software tool to read & analyze FCC-EDM file from FCCSW (Delphes)

Installation on LxPlus SL machine:

First, set FCCSW environment (i.e. paths to FCC-EDM and PODIO):

cd ${FCCSW}
. init.sh
cd -

Second, set ROOTSYS variable:

. setup.sh

At last, build the software using CMake

mkdir build
cd build/
cmake ..
make install

Installation procedure will install the executable to bin and link it to your ${HOME}/bin directory

Run:

To run the code, use help first to see all options:

analyzeDelphesFCC -h

Options:

Usage: analyzeDelphesFCC [options]
Program options:
 -h [ --help ]            Display help
 -i [ --input-file ] arg  Specify name of input FCC-EDM ROOT file
 -o [ --output-file ] arg Specify name of output ROOT file, where results of analysis will be saved)
 -n [ --n-events ] arg    Specify number of processed events, n<=number of events in the input file (optional)

About

Software tool to read & analyze FCC-EDM file from FCCSW (Delphes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.2%
  • CMake 30.1%
  • Shell 0.7%