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::ROOTReader
podio::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 simple
root -l -b -q readFrameRoot.C+ | tee run.log
Old version:
root -l -b -q readTreeSim.C+ | tee run.log
make
and Run:
./readFrameRootMain | tee run.log
submitSimAnalysis.job
runSimAnaBatch.sh
Submit with:
condor_submit submitSimAnalysis.job
You can use ipython3
to have interactive python
and autocomplete feauture
python readEvents.py
- Add more histograms and functionality
- Add macros for drawing histograms