Skip to content

lkosarz/ePICSimDataAnalysisTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ePICRecoDataAnalysis

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)

Simplified version

To get a simple branch use the command below. The simple branch is a good starting point.

git checkout simple

To run interactively:

root -l -b -q readFrameRoot.C+ | tee run.log

Old version:

root -l -b -q readTreeSim.C+ | tee run.log

To compile executable:

make

and Run:

./readFrameRootMain | tee run.log

Batch scripts to use condor on RCF

submitSimAnalysis.job
runSimAnaBatch.sh

Submit with:

condor_submit submitSimAnalysis.job

Python version

You can use ipython3 to have interactive python and autocomplete feauture

python readEvents.py

TO DO

  1. Add more histograms and functionality
  2. Add macros for drawing histograms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published