Aucune description

Caleb Fangmeier 21e1c996af Merge branch 'master' of git.fangmeier.tech:caleb/EGamma_ElectronTrackingValidation il y a 6 ans
docs 5230cf62d7 More misc updates il y a 6 ans
looper 86718ee0ba Optimizes selection of "good" sim electrons. adds tm_coor plot. il y a 6 ans
plotting bbf73bd04b Updates to plotting routines il y a 6 ans
.gitignore 2e00053ab8 Updates filval dependencies and update plotting routines to use filval il y a 6 ans
.gitmodules e0fc618dd4 Adds handling of super-clusters for fake-rate calculation il y a 6 ans
README.md 49b7578fdf Update 'README.md' il y a 6 ans

README.md

EGamma Electron Seeding Validation

How To Run

Run the following commands to download, compile, and run the analysis routine.

# The recursive clone makes sure to also checkout the filval submodule.
git clone --recursive https://git.fangmeier.tech/caleb/EGamma_ElectronTrackingValidation.git
cd EGamma_ElectronTrackingValidation
mkdir build
cd build
cmake ..
cmake --target tracking_eff -- -j2
cd ..
./build/tracking_eff -c analysis/config.yaml

See the included config file for what should be included. If everything runs successfully, there will be a a root file in the hists/ directory containing all generated histograms as well as a log file.