Caleb Fangmeier 95a4ffbf52 Tweak to Feb 16 presentation | %!s(int64=6) %!d(string=hai) anos | |
---|---|---|
docs | %!s(int64=6) %!d(string=hai) anos | |
looper | %!s(int64=6) %!d(string=hai) anos | |
plotting | %!s(int64=6) %!d(string=hai) anos | |
.gitignore | %!s(int64=6) %!d(string=hai) anos | |
.gitmodules | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos |
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.