Skip to content

Commit

Permalink
Merge pull request #16530 from illuzate/HLTforUPCAnalysisfor80X_Fix_F…
Browse files Browse the repository at this point in the history
…inal_v2

HLTrigger for UPC Analysis for 80X Fix Final v2
  • Loading branch information
davidlange6 committed Nov 15, 2016
2 parents 03f01e7 + 958bd2f commit c6e3ab9
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/python/HILowLumiHLTOfflineClient_cfi.py
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

HiJetClient = cms.EDAnalyzer("DQMGenericClient",
subDirs = cms.untracked.vstring("HLT/HI/HLT_AK4Calo*", "HLT/HI/HLT_AK4PF*", "HLT/HI/HLT_HISinglePhoton*", "HLT/HI/HLT_FullTrack*", "HLT/HI/HLT_PAFullTracks*", "HLT/HI/HLT_L1MinimumBiasHF*", "HLT/HI/HLT_ZeroBias*", "HLT/HI/HLT_PAAK4*", "HLT/HI/HLT_PASinglePhoton*" ),
subDirs = cms.untracked.vstring("HLT/HI/HLT_AK4Calo*", "HLT/HI/HLT_AK4PF*", "HLT/HI/HLT_HISinglePhoton*", "HLT/HI/HLT_FullTrack*", "HLT/HI/HLT_PAFullTracks*", "HLT/HI/HLT_L1MinimumBiasHF*", "HLT/HI/HLT_ZeroBias*", "HLT/HI/HLT_PAAK4*", "HLT/HI/HLT_PASinglePhoton*", "HLT/HI/HLT_PADoubleEG2*", "HLT/HI/HLT_PASingleEG5*" ),
verbose = cms.untracked.uint32(0), # Set to 2 for all messages
outputFileName = cms.untracked.string(''),
commands = cms.vstring(),
Expand Down
84 changes: 84 additions & 0 deletions DQMOffline/Trigger/python/HILowLumiHLTOfflineSource_cfi.py
Expand Up @@ -773,6 +773,90 @@ def getPAMBVPSet():
)
ret.append(hltPAMBPixelTracks)

partialPathName = "HLT_PASingleEG5_HFTwoTowerVeto_SingleTrack_v"
hltPAMBPixelTracks = cms.PSet(
triggerSelection = cms.string(partialPathName+"*"),
handlerType = cms.string("FromHLT"),
partialPathName = cms.string(partialPathName),
partialFilterName = cms.string("hltPAPixelFilter"),
dqmhistolabel = cms.string("hlt_PASingleEG5_HFTTV_ST"),
mainDQMDirname = cms.untracked.string(dirname),
singleObjectsPreselection = cms.string("1==1"),
singleObjectDrawables = cms.VPSet(
cms.PSet (name = cms.string("pt"), expression = cms.string("pt"), bins = cms.int32(200), min = cms.double(0.0), max = cms.double(100)),
cms.PSet (name = cms.string("eta"), expression = cms.string("eta"), bins = cms.int32(100), min = cms.double(-2.5), max = cms.double(2.5)),
cms.PSet (name = cms.string("phi"), expression = cms.string("phi"), bins = cms.int32(100), min = cms.double(-3.15), max = cms.double(3.15))
),
combinedObjectSelection = cms.string("1==1"),
combinedObjectSortCriteria = cms.string("at(0).pt"),
combinedObjectDimension = cms.int32(1),
combinedObjectDrawables = cms.VPSet()
)
ret.append(hltPAMBPixelTracks)

partialPathName = "HLT_PASingleEG5_HFOneTowerVeto_SingleTrack_v"
hltPAMBPixelTracks = cms.PSet(
triggerSelection = cms.string(partialPathName+"*"),
handlerType = cms.string("FromHLT"),
partialPathName = cms.string(partialPathName),
partialFilterName = cms.string("hltPAPixelFilter"),
dqmhistolabel = cms.string("hlt_PASingleEG5_HFOTV_ST"),
mainDQMDirname = cms.untracked.string(dirname),
singleObjectsPreselection = cms.string("1==1"),
singleObjectDrawables = cms.VPSet(
cms.PSet (name = cms.string("pt"), expression = cms.string("pt"), bins = cms.int32(200), min = cms.double(0.0), max = cms.double(100)),
cms.PSet (name = cms.string("eta"), expression = cms.string("eta"), bins = cms.int32(100), min = cms.double(-2.5), max = cms.double(2.5)),
cms.PSet (name = cms.string("phi"), expression = cms.string("phi"), bins = cms.int32(100), min = cms.double(-3.15), max = cms.double(3.15))
),
combinedObjectSelection = cms.string("1==1"),
combinedObjectSortCriteria = cms.string("at(0).pt"),
combinedObjectDimension = cms.int32(1),
combinedObjectDrawables = cms.VPSet()
)
ret.append(hltPAMBPixelTracks)

partialPathName = "HLT_PADoubleEG2_HFTwoTowerVeto_SingleTrack_v"
hltPAMBPixelTracks = cms.PSet(
triggerSelection = cms.string(partialPathName+"*"),
handlerType = cms.string("FromHLT"),
partialPathName = cms.string(partialPathName),
partialFilterName = cms.string("hltPAPixelFilter"),
dqmhistolabel = cms.string("hlt_PADoubleEG2_HFTTV_ST"),
mainDQMDirname = cms.untracked.string(dirname),
singleObjectsPreselection = cms.string("1==1"),
singleObjectDrawables = cms.VPSet(
cms.PSet (name = cms.string("pt"), expression = cms.string("pt"), bins = cms.int32(200), min = cms.double(0.0), max = cms.double(100)),
cms.PSet (name = cms.string("eta"), expression = cms.string("eta"), bins = cms.int32(100), min = cms.double(-2.5), max = cms.double(2.5)),
cms.PSet (name = cms.string("phi"), expression = cms.string("phi"), bins = cms.int32(100), min = cms.double(-3.15), max = cms.double(3.15))
),
combinedObjectSelection = cms.string("1==1"),
combinedObjectSortCriteria = cms.string("at(0).pt"),
combinedObjectDimension = cms.int32(1),
combinedObjectDrawables = cms.VPSet()
)
ret.append(hltPAMBPixelTracks)

partialPathName = "HLT_PADoubleEG2_HFOneTowerVeto_SingleTrack_v"
hltPAMBPixelTracks = cms.PSet(
triggerSelection = cms.string(partialPathName+"*"),
handlerType = cms.string("FromHLT"),
partialPathName = cms.string(partialPathName),
partialFilterName = cms.string("hltPAPixelFilter"),
dqmhistolabel = cms.string("hlt_PADoubleEG2_HFOTV_ST"),
mainDQMDirname = cms.untracked.string(dirname),
singleObjectsPreselection = cms.string("1==1"),
singleObjectDrawables = cms.VPSet(
cms.PSet (name = cms.string("pt"), expression = cms.string("pt"), bins = cms.int32(200), min = cms.double(0.0), max = cms.double(100)),
cms.PSet (name = cms.string("eta"), expression = cms.string("eta"), bins = cms.int32(100), min = cms.double(-2.5), max = cms.double(2.5)),
cms.PSet (name = cms.string("phi"), expression = cms.string("phi"), bins = cms.int32(100), min = cms.double(-3.15), max = cms.double(3.15))
),
combinedObjectSelection = cms.string("1==1"),
combinedObjectSortCriteria = cms.string("at(0).pt"),
combinedObjectDimension = cms.int32(1),
combinedObjectDrawables = cms.VPSet()
)
ret.append(hltPAMBPixelTracks)

return ret

def getHILowLumi():
Expand Down
14 changes: 13 additions & 1 deletion DQMOffline/Trigger/python/HLTMuonOfflineAnalyzer_cfi.py
Expand Up @@ -60,7 +60,19 @@
"HLT_PAL3Mu5_v", #for HI
"HLT_PAL3Mu7_v", #for HI
"HLT_PAL3Mu12_v", #for HI
"HLT_PAL3Mu15_v" #for HI
"HLT_PAL3Mu15_v", #for HI
"HLT_PASingleMuOpen_PixelTrackGt0_FullTrackLt10_v", #for HI Forward
"HLT_PASingleMuOpen_PixelTrackGt0_FullTrackLt15_v", #for HI Forward
"HLT_PASingleMuOpen_PixelTrackGt0Lt10_v", #for HI Forward
"HLT_PASingleMuOpen_PixelTrackGt0Lt15_v", #for HI Forward
"HLT_PASingleMuOpen_HFOneTowerVeto_SingleTrack_v", #for HI Forward
"HLT_PASingleMuOpen_HFOneTowerVeto_v", #for HI Forward
"HLT_PASingleMuOpen_HFTwoTowerVeto_SingleTrack_v", #for HI Forward
"HLT_PASingleMuOpen_HFTwoTowerVeto_v", #for HI Forward
"HLT_PADoubleMuOpen_HFOneTowerVeto_SingleTrack_v", #for HI Forward
"HLT_PADoubleMuOpen_HFOneTowerVeto_v", #for HI Forward
"HLT_PADoubleMuOpen_HFTwoTowerVeto_SingleTrack_v", #for HI Forward
"HLT_PADoubleMuOpen_HFTwoTowerVeto_v" #for HI Forward
),

#HLT_Mu15_eta2p1_TriCentral_40_20_20_BTagIP3D1stTrack_v3 matches HLT_Mu15_eta2p1_v
Expand Down

0 comments on commit c6e3ab9

Please sign in to comment.