Skip to content

Commit

Permalink
add to the pixeOnly dqm and harvesting step
Browse files Browse the repository at this point in the history
  • Loading branch information
sroychow committed Nov 3, 2021
1 parent d0a84ca commit 0e208d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DQMOffline/Configuration/python/DQMOffline_SecondStep_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from DQMServices.Components.DQMFEDIntegrityClient_cff import *
from DQMOffline.L1Trigger.L1TriggerDqmOffline_cff import *
from DQM.SiTrackerPhase2.Phase2TrackerDQMHarvesting_cff import *
from DQM.SiPixelPhase1Heterogeneous.SiPixelPhase1HeterogenousDQMHarvesting_cff import *

DQMNone = cms.Sequence()

Expand Down Expand Up @@ -185,7 +186,8 @@
dqmFastTimerServiceClient )

DQMHarvestPixelTracking = cms.Sequence( pixelTrackingEffFromHitPattern *
pixelVertexResolutionClient )
pixelVertexResolutionClient *
siPixelPhase1HeterogenousDQMHarvesting )

DQMHarvestOuterTracker = cms.Sequence(
OuterTrackerClient *
Expand Down
4 changes: 3 additions & 1 deletion DQMOffline/Configuration/python/DQMOffline_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from DQM.CastorMonitor.castor_dqm_sourceclient_offline_cff import *
from DQM.CTPPS.ctppsDQM_cff import *
from DQM.SiTrackerPhase2.Phase2TrackerDQMFirstStep_cff import *
from DQM.SiPixelPhase1Heterogeneous.SiPixelPhase1HeterogenousDQM_FirstStep_cff import *

DQMNone = cms.Sequence()

Expand Down Expand Up @@ -164,7 +165,8 @@
from Validation.RecoTau.DQMSequences_cfi import *

DQMOfflinePixelTracking = cms.Sequence( pixelTracksMonitoring *
pixelPVMonitor )
pixelPVMonitor *
monitorpixelSoASource )

DQMOuterTracker = cms.Sequence( DQMOfflineDCS *
OuterTrackerSource *
Expand Down

0 comments on commit 0e208d3

Please sign in to comment.