Nessuna descrizione

Caleb Fangmeier bdd22e4921 Updates to seeding efficiency plots and adds Dec 13 presentation 7 anni fa
.idea bdd22e4921 Updates to seeding efficiency plots and adds Dec 13 presentation 7 anni fa
analysis bdd22e4921 Updates to seeding efficiency plots and adds Dec 13 presentation 7 anni fa
cmake 5ffc3b99ef updates to plotting routines in filval and adds dr computation for rec/sim hits 7 anni fa
docs bdd22e4921 Updates to seeding efficiency plots and adds Dec 13 presentation 7 anni fa
filval @ 6d3fc567de bdd22e4921 Updates to seeding efficiency plots and adds Dec 13 presentation 7 anni fa
util c21551aa10 Adds ability to specify multiple input root files via a text file 7 anni fa
.flake8 5ffc3b99ef updates to plotting routines in filval and adds dr computation for rec/sim hits 7 anni fa
.gitignore bdd22e4921 Updates to seeding efficiency plots and adds Dec 13 presentation 7 anni fa
.gitmodules eebd72f19f switches filval submodule to use https checkout 7 anni fa
CMakeLists.txt 5ad40f66b9 Updates to include Egamma workshop presentation and initial efficiency 7 anni fa
README.md 4b16aa7391 Update 'README.md' 7 anni fa
eff_plots.py bdd22e4921 Updates to seeding efficiency plots and adds Dec 13 presentation 7 anni fa
mk_tags.sh eedd54167a Introduces new version of filval plotting routines, as well as new plots 7 anni fa
plots.py a5fa101f1c Implements additional efficiency/purity measurements for electron seeds 7 anni fa

README.md

EGamma Electron Tracking 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 ..
make
./tracking_validation -l LABEL -f PATH_TO_NTUPLE

Where LABEL is an arbitrary string used to keep track of, for example, what dataset is contained in the source Ntuple, and PATH_TO_NTUPLE is the path to the trackingNtuple.root file that you want to run over.

If everything runs successfully, there will be a log file and new root file in the directory containing the source Ntuple. If there are errors, you can check the log file for hints to what happened. The new root file will be suffixed with "_result".

TODO:

  • Enable specifying multiple root files to chain together.