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 25
25
# *hltMonJetMET makes a log file, need to learn how to turn it off
26
26
# *hltMonEleBits causes SegmentFaults in HARVESTING(step3) in inlcuded in step2
27
27
28
- #import DQMServices.Components.DQMEnvironment_cfi
29
- #dqmEnvHLTOnline = DQMServices.Components.DQMEnvironment_cfi.dqmEnv.clone()
30
- #dqmEnvHLTOnline.subSystemFolder = 'HLT'
31
-
32
28
#onlineHLTSource = cms.Sequence(EcalPi0Mon*EcalPhiSymMon*hltMonEleBits*hltMonMuBits*hltMonTauReco*hltMonBTagIPSource*hltMonBTagMuSource*dqmEnvHLTOnline)
33
29
#onlineHLTSource = cms.Sequence(EcalPi0Mon*EcalPhiSymMon*hltMonMuBits*dqmEnvHLTOnline)
34
30
53
49
54
50
import DQMServices .Components .DQMEnvironment_cfi
55
51
dqmEnvHLT = 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 ))
58
59
59
60
offlineHLTSource = cms .Sequence (
60
61
cosmicTrackingMonitorHLT *
64
65
hltMuonOfflineAnalyzers *
65
66
HLTTauDQMOffline *
66
67
jetMETHLTOfflineSource *
67
- dqmEnvHLT
68
+ dqmEnvHLT *
69
+ dqmInfoHLTMon
68
70
)
69
71
70
72
#triggerCosmicOfflineDQMSource = cms.Sequence(onlineHLTSource*offlineHLTSource)
You can’t perform that action at this time.
0 commit comments