Ref: https://twiki.cern.ch/twiki/bin/viewauth/CMS/HiForestSetup#Setup_for_10_3_X_2018_PbPb_data
Branch for CMSSW_10XX Recommended using
CMSSW_10_3_1for data (prompt-reco)CMSSW_10_3_3_patch1for data (re-reco) and MC (official)
cmsrel CMSSW_10_3_3_patch1 # replace CMSSW_10_3_2 with the proper release
cd CMSSW_10_3_3_patch1/src
cmsenv
git cms-merge-topic -u CmsHI:forest_CMSSW_10_3_1 # forest_CMSSW_10_3_1 regardless of release
# Switch to the branch HEAD
git remote add cmshi [email protected]:CmsHI/cmssw.git
cd HeavyIonsAnalysis/JetAnalysis/python/jets
./makeJetSequences.sh
cd ../../../..
scram b -j4
cd $CMSSW_BASE/src
cmsenv
git clone -b Dfinder_10XX https://github.com/boundino/Bfinder.git --depth 1
source Bfinder/test/DnBfinder_to_Forest_103X.sh
scram b -j4
# Bfinder MC:
mkdir -p bfinder && cp HeavyIonsAnalysis/JetAnalysis/test/runForestAOD_pponAA_MIX_103X_onlyBfinder.py bfinder/runForestAOD_pponAA_MIX_103X_onlyBfinder.py
# Bfinder data:
mkdir -p bfinder && cp HeavyIonsAnalysis/JetAnalysis/test/runForestAOD_pponAA_DATA_103X_onlyBfinder.py bfinder/runForestAOD_pponAA_DATA_103X_onlyBfinder.py
cd bfinder/
- MC:
cmsRun runForestAOD_pponAA_MIX_103X_onlyBfinder.py
- data:
cmsRun runForestAOD_pponAA_DATA_103X_onlyBfinder.py