Analysis of ePIC simulated data. The code is written so that it can be easily converted between 3 different data reading modes:
- ROOT trees
podio::ROOTReaderpodio::ROOTFrameReader(to be deprecated in podio v1.0)podio::EventStore(abandoned)
To get a simple branch use the command below. The simple branch is a good starting point.
git checkout simpleroot -l -b -q readFrameRoot.C+ | tee run.logOld version:
root -l -b -q readTreeSim.C+ | tee run.logmakeand Run:
./readFrameRootMain | tee run.logsubmitSimAnalysis.job
runSimAnaBatch.shSubmit with:
condor_submit submitSimAnalysis.jobYou can use ipython3 to have interactive python and autocomplete feauture
python readEvents.py- Add more histograms and functionality
- Add macros for drawing histograms