PyROOT analyzer for HGCAL flat tuples
- Install CMSSW
CMSSW_9_0_0_pre2
- Execute
cmsenv
everytime to get python and required libraries git clone git@github.com:beaudett/reco-ntuples.git
(or your fork) into src- Compile with
scram b
git clone git@github.com:artlbv/HGCtupleAna.git
(or your fork) into anywhere (src)- Follow next steps
To get all options, run:
- For simple rechit/particle deltaXYZ
python analyzeHGCtree.py --help
- For simple cluster2d/particle deltaXYZ
python analyze2dClusters.py --help
- For simple rechit density/distance demonstration
python analyzeClusters.py --help