Skip to content

Commit

Permalink
Backport: add ECAL-only and HCAL-only workflows for MC and data (cms-…
Browse files Browse the repository at this point in the history
…sw#30350)

Backport cms-sw#30105: add ECAL-only workflows for data.
Backport cms-sw#30136: add HCAL-only workflows for MC and data.
  • Loading branch information
mariadalfonso authored and fwyzard committed Dec 29, 2020
1 parent 693fdd7 commit 3216116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DQMOffline/Configuration/python/DQMOffline_cff.py
Expand Up @@ -42,10 +42,16 @@
ecal_dqm_source_offline +
es_dqm_source_offline )

#offline version of the online DQM: used in validation/certification
DQMOfflineHcal = cms.Sequence( hcalOfflineSourceSequence )

# offline DQM: used in Release validation
DQMOfflineHcal2 = cms.Sequence( HcalDQMOfflineSequence )

DQMOfflineHcalOnly = cms.Sequence( hcalOnlyOfflineSourceSequence )

DQMOfflineHcal2Only = cms.Sequence( RecHitsDQMOffline )

DQMOfflineTrackerStrip = cms.Sequence( SiStripDQMTier0 )

DQMOfflineTrackerPixel = cms.Sequence( siPixelOfflineDQM_source )
Expand Down

0 comments on commit 3216116

Please sign in to comment.