Skip to content

daniSchaefer/HLTBTagging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for running HLT b-tagging studies

Setup

Setting up CMSSW like described in GuideGlobalHLT

export SCRAM_ARCH=slc6_amd64_gcc630
cmsrel CMSSW_9_4_6_patch1
cd CMSSW_9_4_6_patch1/src
cmsenv
git cms-init

# HLT
git cms-addpkg HLTrigger/Configuration

# Dependencies and Compilation
git cms-checkdeps -A -a
scram b -j 6
rehash

Additional code for runnning the ntupler (by Silvio)

git cms-merge-topic cms-egamma:EgammaPostRecoTools_940 #For adding 94X electron id to miniAODv1 (v2 already contains latest IDs)

git clone [email protected]:kschweiger/HLTBTagging.git #Clone this repo

git cms-addpkg PhysicsTools/Heppy
git cms-addpkg PhysicsTools/HeppyCore
cp HLTBTagging/HeppyFixes/94X/cmsswPreprocessor.py PhysicsTools/Heppy/python/utils/cmsswPreprocessor.py
cp HLTBTagging/HeppyFixes/94X/config.py PhysicsTools/HeppyCore/python/framework/config.py

git cms-checkdeps -A -a
scram b -j 6

About

Code for running HLT b-tagging studies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%