Skip to content

NiharSaha/Bfinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

447 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To setup Bfinder

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_1 for data (prompt-reco)
  • CMSSW_10_3_3_patch1 for 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

To add D/Bfinder to forest:

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/

To run:

  • MC:
cmsRun runForestAOD_pponAA_MIX_103X_onlyBfinder.py
  • data:
cmsRun runForestAOD_pponAA_DATA_103X_onlyBfinder.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.2%
  • Python 10.9%
  • C 5.8%
  • Shell 3.1%