-
Notifications
You must be signed in to change notification settings - Fork 44
Recipe for V9
Tae Jeong Kim edited this page Sep 28, 2018
·
51 revisions
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 https://github.com/vallot/CATTools
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.
Features
- MET recipe
- lepton SF updated (both muon and electron)
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
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