Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLTrigger for UPC Analysis for 80X Fix Final v2 #16530

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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