Skip to content

Commit

Permalink
revert deepCSV to CSV for offline btag
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovagnerini committed May 31, 2018
1 parent 8f6174f commit 6729910
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
7 changes: 3 additions & 4 deletions DQMOffline/Trigger/python/MssmHbbBtagTriggerMonitor_cfi.py
Expand Up @@ -25,14 +25,13 @@
probeBtagMin = cms.double(0.45),
triggerobjbtag = cms.string("hltBTagCaloDeepCSV0p71Single8Jets30"),
triggerSummary = cms.InputTag("hltTriggerSummaryAOD","","HLT"),
offlineBtag = cms.InputTag("pfDeepCSVJetTags:probb + pfDeepCSVJetTags:probbb"),
offlineBtag = cms.InputTag("pfCombinedInclusiveSecondaryVertexV2BJetTags"),
histoPSet = cms.PSet(
jetPt = cms.vdouble(40,45,50,55,60,65,70,75,80,85,90,95,100),
jetEta = cms.vdouble(-2.5,-2.0,-1.5,-1.0,-0.5,0.0,0.5,1.0,1.5,2.0,2.5),
jetPhi = cms.vdouble(-3.5,-3.0,-2.5,-2.0,-1.5,-1.0,-0.5,0.0,0.5,1.0,1.5,2.0,2.5,3.0,3.5),
# jetBtag = cms.vdouble(0.80,0.81,0.82,0.83,0.84,0.85,0.86,0.87,0.88,0.89,0.90,0.91,0.92,0.93,0.94,0.95,0.96,0.97,0.98,0.99,1.00),
jetBtag = cms.vdouble(0.70,0.72,0.74,0.76,0.78,0.80,0.82,0.84,0.86,0.88,0.90,0.92,0.94,0.96,0.98,1.00),
),
jetBtag = cms.vdouble(0.80,0.81,0.82,0.83,0.84,0.85,0.86,0.87,0.88,0.89,0.90,0.91,0.92,0.93,0.94,0.95,0.96,0.97,0.98,0.99,1.00),
),
genericTriggerEventPSet = triggerFlagPSet.clone(),
)

Expand Down
4 changes: 2 additions & 2 deletions DQMOffline/Trigger/python/MssmHbbMonitoring_cff.py
Expand Up @@ -4,8 +4,8 @@

#Define MssmHbb specific cuts
hltMssmHbbmonitoring = mssmHbbMonitoring.clone()
hltMssmHbbmonitoring.btagalgo = cms.InputTag("pfDeepCSVJetTags")
hltMssmHbbmonitoring.workingpoint = cms.double(0.49) # medium WP
hltMssmHbbmonitoring.btagalgo = cms.InputTag("pfCombinedSecondaryVertexV2BJetTags")
hltMssmHbbmonitoring.workingpoint = cms.double(0.92) # tight WP
hltMssmHbbmonitoring.bJetDeltaEtaMax = cms.double(1.6) # deta cut between leading bjets
hltMssmHbbmonitoring.bJetMuDeltaRmax = cms.double(0.4) # dR(mu,nbjet) cone; only if #mu >1

Expand Down
7 changes: 4 additions & 3 deletions DQMOffline/Trigger/python/MssmHbbMonitoring_cfi.py
Expand Up @@ -104,9 +104,10 @@
#Suvankar
mssmHbbMonitoring.vertices = cms.InputTag("offlinePrimaryVertices")

#Antonio
mssmHbbMonitoring.btagalgo = cms.InputTag("pfDeepCSVJetTags:probb + pfDeepCSVJetTags:probbb")
mssmHbbMonitoring.workingpoint = cms.double(0.45) # medium
# Marina
mssmHbbMonitoring.btagalgo = cms.InputTag("pfCombinedSecondaryVertexV2BJetTags")
mssmHbbMonitoring.workingpoint = cms.double(0.92) # tight


mssmHbbMonitoring.HTdefinition = cms.string('pt>30 & abs(eta)<2.5')
#mssmHbbMonitoring.leptJetDeltaRmin = cms.double(0.4) # MuonJet dRcone
Expand Down

0 comments on commit 6729910

Please sign in to comment.