Skip to content
Jiwon Park edited this page Oct 2, 2018 · 51 revisions

V9_X_Bleeding_Edge

cmsrel CMSSW_9_4_9_cand2
cd CMSSW_9_4_9_cand2/src
cmsenv
git cms-addpkg PhysicsTools/PatAlgos
git cms-merge-topic cms-met:METFixEE2017_949_v2
git clone git@github.com:vallot/CATTools.git
cd CATTools
git checkout cat90x
git submodule init
git submodule update

## Production only - remove large files because of limitation in crab job file size
rm -f CATTools/CatAnalyzer/data/KinReco_input.root
rm -f CATTools/CatAnalyzer/data/KoreaDesyKinRecoInput.root
rm -f CATTools/CatAnalyzer/data/KoreaKinRecoInput_pseudo.root
rm -f CATTools/CatAnalyzer/data/desyKinRecoInput.root

scram b -j10
cd CatProducer/prod
cmsRun PAT2CAT_cfg.py

For production

./submitCrab3.py -n V9_2 -i mcsamples.txt -s
./submitCrab3.py -n V9_2 -i datasamples.txt -s

You need to put all your dataset names in mcsamples.txt and datasamples.txt.

V9_3

cmsrel CMSSW_9_4_9_cand2
cd CMSSW_9_4_9_cand2/src
cmsenv
git cms-addpkg PhysicsTools/PatAlgos
git cms-merge-topic cms-met:METFixEE2017_949_v2
git clone git@github.com:vallot/CATTools.git
cd CATTools
git checkout -b V9_3 V9_3
git submodule init
git submodule update

## Production only - remove large files because of limitation in crab job file size
rm -f CATTools/CatAnalyzer/data/KinReco_input.root
rm -f CATTools/CatAnalyzer/data/KoreaDesyKinRecoInput.root
rm -f CATTools/CatAnalyzer/data/KoreaKinRecoInput_pseudo.root
rm -f CATTools/CatAnalyzer/data/desyKinRecoInput.root

scram b -j10
cd CatProducer/prod
cmsRun PAT2CAT_cfg.py

For production

./submitCrab3.py -n V9_3 -i mcsamples.txt -s
./submitCrab3.py -n V9_3 -i datasamples.txt -s

You need to put all your dataset names in mcsamples.txt and datasamples.txt.

Features

  • MET recipe
  • lepton SF updated (both muon and electron)

V9_2

cmsrel CMSSW_9_4_6_patch1
cd CMSSW_9_4_6_patch1/src
cmsenv
git cms-addpkg PhysicsTools/PatAlgos
git clone https://github.com/vallot/CATTools 
cd CATTools
git submodule init
git submodule update

git checkout -b V9_2 V9_2
scram b -j10
cd CatProducer/prod
cmsRun PAT2CAT_cfg.py

For production

./submitCrab3.py -n V9_2 -i mcsamples.txt -s
./submitCrab3.py -n V9_2 -i datasamples.txt -s

You need to put all your dataset names in mcsamples.txt and datasamples.txt.

Features

  • DeepCSV available
  • Lepton SFs updated
  • Mar2018 ReReco and April2018 MC MinoAODv2
  • B tag SF updated

V9_1

cmsrel CMSSW_9_4_5_cand1
cd CMSSW_9_4_5_cand1/src
cmsenv
git cms-addpkg PhysicsTools/PatAlgos
git clone https://github.com/vallot/CATTools 
cd CATTools
git checkout -b V9_1 V9_1
scram b -j 8
cd CATTools/CatProducer/prod
cmsRun PAT2CAT_cfg.py

For production

./submitCrab3.py -n V9_1 -i mcsamples.txt -s
./submitCrab3.py -n V9_1 -i datasamples.txt -s

You need to put all your dataset names in mcsamples.txt and datasamples.txt.

Features

  • add mva electron ID for 2017
  • add pileup reweight
  • turned on deep flavor
  • apply 2017 golden JSON for data

Clone this wiki locally