No Description

Caleb Fangmeier ec0f343172 Adds eff/pur for dR matching 6 years ago
docs 9d0ec19e4a Adds March 16 presentation 6 years ago
looper ec0f343172 Adds eff/pur for dR matching 6 years ago
plotting ec0f343172 Adds eff/pur for dR matching 6 years ago
.gitignore 2e00053ab8 Updates filval dependencies and update plotting routines to use filval 6 years ago
.gitmodules 2e00053ab8 Updates filval dependencies and update plotting routines to use filval 6 years ago
README.md 49b7578fdf Update 'README.md' 6 years ago

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.