Skip to content

Commit 0421818

Browse files
committed
add DQMEventInfo instance to the sequence run at Tier0 too
1 parent ad4bcb2 commit 0421818

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DQMOffline/Trigger/python/DQMOffline_Trigger_cosmics_cff.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@
7575
# sequences run @tier0 on CosmicHLTMonitor PD
7676
OfflineHLTMonitoring = cms.Sequence(
7777
cosmicTrackingMonitorHLT *
78-
hltToOfflineCosmicsTrackValidatorSequence
78+
hltToOfflineCosmicsTrackValidatorSequence *
79+
dqmEnvHLT *
80+
dqmInfoHLTMon
7981
)

0 commit comments

Comments
 (0)