Skip to content

Commit

Permalink
Synchronise with CMSSW_11_0_0_pre13
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Dec 26, 2020
1 parent 742cae0 commit 8c70a5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions DQMOffline/Configuration/python/DQMOffline_SecondStep_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from DQM.HcalTasks.OfflineHarvestingSequence_pp import *
from DQMServices.Components.DQMFEDIntegrityClient_cff import *
from DQMOffline.L1Trigger.L1TriggerDqmOffline_cff import *
from DQM.SiTrackerPhase2.Phase2TrackerDQMHarvesting_cff import *

DQMOffline_SecondStepDCS = cms.Sequence( dqmDcsInfoClient )

Expand Down Expand Up @@ -185,6 +186,8 @@
DQMMessageLoggerClientSeq *
dqmFastTimerServiceClient
)
DQMHarvestTrackerPhase2 = cms.Sequence(trackerphase2DQMHarvesting)


DQMHarvestCTPPS = cms.Sequence(ctppsDQMHarvest)

Expand Down
6 changes: 4 additions & 2 deletions DQMOffline/Configuration/python/DQMOffline_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from DQM.CSCMonitorModule.csc_dqm_sourceclient_offline_cff import *
from DQM.CastorMonitor.castor_dqm_sourceclient_offline_cff import *
from DQM.CTPPS.ctppsDQM_cff import *
from DQM.SiTrackerPhase2.Phase2TrackerDQMFirstStep_cff import *

DQMNone = cms.Sequence()

Expand Down Expand Up @@ -151,10 +152,12 @@
DQMOfflineVertex
)

DQMOfflineTrackerPhase2 = cms.Sequence( trackerphase2DQMSource )

DQMOfflineTAU = cms.Sequence( produceDenomsData *
pfTauRunDQMValidation )

DQMOfflineTrackerStrip = cms.Sequence( SiStripDQMTier0Common )
DQMOfflineTrackerStripCommon = cms.Sequence( SiStripDQMTier0Common )

DQMOfflineTrackerPixel = cms.Sequence( siPixelOfflineDQM_source )

Expand Down Expand Up @@ -236,4 +239,3 @@
from PhysicsTools.NanoAOD.nanoDQM_cff import nanoDQM
DQMOfflineNanoAOD = cms.Sequence(nanoDQM)
#PostDQMOfflineNanoAOD = cms.Sequence(nanoDQM)

0 comments on commit 8c70a5c

Please sign in to comment.