Skip to content

Commit

Permalink
Merge pull request #9 from anigamova/new_branch
Browse files Browse the repository at this point in the history
using triggerSummary instead of TriggerResults
  • Loading branch information
anigamova authored Jun 13, 2017
2 parents ee1b76b + af1e918 commit 8b1d7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/python/BPHMonitor_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
hltBPHmonitoring.numGenericTriggerEventPSet.dbLabel = cms.string("BPHDQMTrigger") # it does not exist yet, we should consider the possibility of using the DB, but as it is now it will need a label per path !
hltBPHmonitoring.numGenericTriggerEventPSet.andOrHlt = cms.bool(True)# True:=OR; False:=AND
hltBPHmonitoring.numGenericTriggerEventPSet.andOrL1 = cms.bool(True)# True:=OR; False:=AND
hltBPHmonitoring.numGenericTriggerEventPSet.hltInputTag = cms.InputTag( "TriggerResults" )
hltBPHmonitoring.numGenericTriggerEventPSet.hltInputTag = cms.InputTag( "hltTriggerSummaryAOD","","HLT" )
hltBPHmonitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Dimuon0_Jpsi_L1_NoOS_v*") # HLT_ZeroBias_v*
hltBPHmonitoring.numGenericTriggerEventPSet.l1Algorithms = cms.vstring("L1_DoubleMu0_SQ") # HLT_ZeroBias_v*
hltBPHmonitoring.numGenericTriggerEventPSet.hltDBKey = cms.string("diMu10")
Expand Down

0 comments on commit 8b1d7ae

Please sign in to comment.