TnP package for EGM
For regular users
- install
cmsrel CMSSW_10_6_4_patch1
cd CMSSW_10_6_4_patch1/src
cmsenv
git clone -b UL_106X https://github.com/ashimroy/EgammaAnalysis-TnPTreeProducer EgammaAnalysis/TnPTreeProducer
scram b -j8
- run interactively
cd EgammaAnalysis/TnPTreeProducer cmsRun python/TnPTreeProducer_cfg.py doEleID=True doPhoID=True doTrigger=True doRECO=True isAOD=True isMC=False maxEvents=2000
- crab submission
look into scripts/crab/ folder
example for crab submission: python scripts/crab/tnpCrabSubmitAOD_data.py
For developpers
- On github fork the package https://github.com/cms-analysis/EgammaAnalysis-TnPTreeProducer
- Add the remote
git remote add username-push git@github.com:username/EgammaAnalysis-TnPTreeProducer.git
-
push commits to fork and then standard pull request process git push username-push branchname
-
submit jobs