File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
DQMOffline/Trigger/python Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2525# *hltMonJetMET makes a log file, need to learn how to turn it off
2626# *hltMonEleBits causes SegmentFaults in HARVESTING(step3) in inlcuded in step2
2727
28- #import DQMServices.Components.DQMEnvironment_cfi
29- #dqmEnvHLTOnline = DQMServices.Components.DQMEnvironment_cfi.dqmEnv.clone()
30- #dqmEnvHLTOnline.subSystemFolder = 'HLT'
31-
3228#onlineHLTSource = cms.Sequence(EcalPi0Mon*EcalPhiSymMon*hltMonEleBits*hltMonMuBits*hltMonTauReco*hltMonBTagIPSource*hltMonBTagMuSource*dqmEnvHLTOnline)
3329#onlineHLTSource = cms.Sequence(EcalPi0Mon*EcalPhiSymMon*hltMonMuBits*dqmEnvHLTOnline)
3430
5349
5450import DQMServices .Components .DQMEnvironment_cfi
5551dqmEnvHLT = DQMServices .Components .DQMEnvironment_cfi .dqmEnv .clone (
56- subSystemFolder = 'HLT'
57- )
52+ subSystemFolder = 'HLT' ,
53+ showHLTGlobalTag = True )
54+
55+ from DQMServices .Core .DQMEDAnalyzer import DQMEDAnalyzer
56+ dqmInfoHLTMon = DQMEDAnalyzer ('DQMEventInfo' ,
57+ subSystemFolder = cms .untracked .string ('HLT' ),
58+ showHLTGlobalTag = cms .untracked .bool (True ))
5859
5960offlineHLTSource = cms .Sequence (
6061 cosmicTrackingMonitorHLT *
6465 hltMuonOfflineAnalyzers *
6566 HLTTauDQMOffline *
6667 jetMETHLTOfflineSource *
67- dqmEnvHLT
68+ dqmEnvHLT *
69+ dqmInfoHLTMon
6870)
6971
7072#triggerCosmicOfflineDQMSource = cms.Sequence(onlineHLTSource*offlineHLTSource)
You can’t perform that action at this time.
0 commit comments