Skip to content

Commit

Permalink
Merge pull request #21768 from thomreis/l1t_dqm_offline_cosmics
Browse files Browse the repository at this point in the history
L1T offline DQM configuration to run also for cosmics runs
  • Loading branch information
cmsbuild committed Jan 31, 2018
2 parents 8949f9c + 66a554b commit 2e8d59e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@
DQMOfflineCosmics_SecondStep_PrePOG = cms.Sequence( TrackingCosmicDQMClient *
cosmicMuonQualityTests *
photonOfflineDQMClient *
# l1TriggerDqmOfflineClient *
l1TriggerDqmOfflineCosmicsClient *
triggerOfflineDQMClient *
hltOfflineDQMClient *
SusyPostProcessorSequence )
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Configuration/python/DQMOfflineCosmics_cff.py
Expand Up @@ -40,7 +40,7 @@
muonCosmicMonitors *
jetMETDQMOfflineSourceCosmic *
egammaCosmicPhotonMonitors *
# l1TriggerDqmOffline *
l1TriggerDqmOfflineCosmics *
triggerCosmicOfflineDQMSource *
dqmPhysicsCosmics
)
Expand Down
6 changes: 6 additions & 0 deletions DQMOffline/L1Trigger/python/L1TriggerDqmOffline_cff.py
Expand Up @@ -174,6 +174,10 @@
* l1EmulatorMonitorClient
)

# Dummy sequences for legacy cosmics
l1TriggerDqmOfflineCosmics = cms.Sequence()
l1TriggerDqmOfflineCosmicsClient = cms.Sequence()

# Dummy sequences where a stage 2 equivalent exists
l1TriggerEgDqmOfflineClient = cms.Sequence()
l1TriggerMuonDqmOfflineClient = cms.Sequence()
Expand Down Expand Up @@ -420,3 +424,5 @@
stage2L1Trigger.toReplaceWith(l1TriggerEgDqmOfflineClient, Stage2l1tEgDqmOfflineClient)
stage2L1Trigger.toReplaceWith(l1TriggerMuonDqmOfflineClient, Stage2l1tMuonDqmOfflineClient)
stage2L1Trigger.toReplaceWith(l1EmulatorMonitorClient,l1tStage2EmulatorMonitorClient)
stage2L1Trigger.toReplaceWith(l1TriggerDqmOfflineCosmics, Stage2l1TriggerDqmOffline)
stage2L1Trigger.toReplaceWith(l1TriggerDqmOfflineCosmicsClient, Stage2l1TriggerDqmOfflineClient)

0 comments on commit 2e8d59e

Please sign in to comment.