Skip to content

ashimroy/EgammaAnalysis-TnPTreeProducer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EgammaAnalysis-TnPTreeProducer

TnP package for EGM

For regular users

  1. 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

  1. run interactively

cd EgammaAnalysis/TnPTreeProducer cmsRun python/TnPTreeProducer_cfg.py doEleID=True doPhoID=True doTrigger=True doRECO=True isAOD=True isMC=False maxEvents=2000

  1. crab submission

look into scripts/crab/ folder

example for crab submission: python scripts/crab/tnpCrabSubmitAOD_data.py

For developpers

  1. On github fork the package https://github.com/cms-analysis/EgammaAnalysis-TnPTreeProducer
  2. Add the remote

git remote add username-push git@github.com:username/EgammaAnalysis-TnPTreeProducer.git

  1. push commits to fork and then standard pull request process git push username-push branchname

  2. submit jobs

About

TnP package for EGM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.3%
  • C++ 35.7%