Skip to content

Commit

Permalink
Merge pull request #26258 from schneiml/dqm-remove-antique-refs
Browse files Browse the repository at this point in the history
Ban DQMReferenceHistogramRootFileEventSetupAnalyzer from Production DQM sequences.
  • Loading branch information
cmsbuild committed Apr 15, 2019
2 parents 3361599 + 1ec760d commit ffd70c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
@@ -1,6 +1,5 @@
import FWCore.ParameterSet.Config as cms

from CondTools.DQM.DQMReferenceHistogramRootFileEventSetupAnalyzer_cfi import *
from DQMServices.Components.DQMMessageLoggerClient_cff import *
from DQMServices.Components.DQMDcsInfoClient_cfi import *
from DQMServices.Components.DQMFastTimerServiceClient_cfi import *
Expand All @@ -27,7 +26,7 @@
dqmFEDIntegrityClient )


DQMOfflineCosmics_SecondStepDPG = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOfflineCosmics_SecondStepDPG = cms.Sequence(
DQMOfflineCosmics_SecondStep_PreDPG *
DQMMessageLoggerClientSeq )

Expand All @@ -49,12 +48,12 @@
SusyPostProcessorSequence )

DQMOfflineCosmics_SecondStep_PrePOG.remove(fsqClient)
DQMOfflineCosmics_SecondStepPOG = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOfflineCosmics_SecondStepPOG = cms.Sequence(
DQMOfflineCosmics_SecondStep_PrePOG *
DQMMessageLoggerClientSeq *
dqmFastTimerServiceClient)

DQMOfflineCosmics_SecondStep = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOfflineCosmics_SecondStep = cms.Sequence(
DQMOfflineCosmics_SecondStep_PreDPG *
DQMOfflineCosmics_SecondStep_PrePOG *
DQMMessageLoggerClientSeq )
@@ -1,6 +1,5 @@
import FWCore.ParameterSet.Config as cms

from CondTools.DQM.DQMReferenceHistogramRootFileEventSetupAnalyzer_cfi import *
from DQMServices.Components.DQMMessageLoggerClient_cff import *
from DQMServices.Components.DQMDcsInfoClient_cfi import *
from DQMServices.Components.DQMFastTimerServiceClient_cfi import *
Expand All @@ -27,7 +26,7 @@
es_dqm_client_offline *
dqmFEDIntegrityClient )

DQMOfflineHeavyIons_SecondStepDPG = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOfflineHeavyIons_SecondStepDPG = cms.Sequence(
DQMOfflineHeavyIons_SecondStep_PreDPG *
DQMMessageLoggerClientSeq )

Expand All @@ -46,12 +45,12 @@
* hiTrackingDqmClientHeavyIons
)

DQMOfflineHeavyIons_SecondStepPOG = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOfflineHeavyIons_SecondStepPOG = cms.Sequence(
DQMOfflineHeavyIons_SecondStep_PrePOG *
DQMMessageLoggerClientSeq *
dqmFastTimerServiceClient)

DQMOfflineHeavyIons_SecondStep = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOfflineHeavyIons_SecondStep = cms.Sequence(
DQMOfflineHeavyIons_SecondStep_PreDPG *
DQMOfflineHeavyIons_SecondStep_PrePOG *
DQMMessageLoggerClientSeq )
15 changes: 7 additions & 8 deletions DQMOffline/Configuration/python/DQMOffline_SecondStep_cff.py
@@ -1,6 +1,5 @@
import FWCore.ParameterSet.Config as cms

from CondTools.DQM.DQMReferenceHistogramRootFileEventSetupAnalyzer_cfi import *
from DQMServices.Components.DQMMessageLoggerClient_cff import *
from DQMServices.Components.DQMDcsInfoClient_cfi import *
from DQMServices.Components.DQMFastTimerServiceClient_cfi import *
Expand Down Expand Up @@ -33,7 +32,7 @@
dqmFEDIntegrityClient *
l1TriggerDqmOfflineClient )

DQMOffline_SecondStepDPG = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOffline_SecondStepDPG = cms.Sequence(
DQMOffline_SecondStep_PreDPG *
DQMMessageLoggerClientSeq )

Expand All @@ -59,14 +58,14 @@
runTauEff)
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel

DQMOffline_SecondStepPOG = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOffline_SecondStepPOG = cms.Sequence(
DQMOffline_SecondStep_PrePOG *
DQMMessageLoggerClientSeq )


HLTMonitoringClient = cms.Sequence(trackingMonitorClientHLT * trackingForDisplacedJetMonitorClientHLT)
HLTMonitoringClientPA= cms.Sequence(trackingMonitorClientHLT * PAtrackingMonitorClientHLT)
DQMOffline_SecondStep = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOffline_SecondStep = cms.Sequence(
DQMOffline_SecondStep_PreDPG *
DQMOffline_SecondStep_PrePOG *
HLTMonitoringClient *
Expand All @@ -82,11 +81,11 @@

DQMOffline_SecondStep_PrePOGMC = cms.Sequence( bTagCollectorSequenceDATA )

DQMOffline_SecondStepPOGMC = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOffline_SecondStepPOGMC = cms.Sequence(
DQMOffline_SecondStep_PrePOGMC *
DQMMessageLoggerClientSeq )

DQMHarvestCommon = cms.Sequence( dqmRefHistoRootFileGetter *
DQMHarvestCommon = cms.Sequence(
DQMMessageLoggerClientSeq *
dqmDcsInfoClient *
SiStripOfflineDQMClient *
Expand All @@ -99,7 +98,7 @@
runTauEff *
dqmFastTimerServiceClient
)
DQMHarvestCommonSiStripZeroBias = cms.Sequence(dqmRefHistoRootFileGetter *
DQMHarvestCommonSiStripZeroBias = cms.Sequence(
DQMMessageLoggerClientSeq *
dqmDcsInfoClient *
SiStripOfflineDQMClient *
Expand All @@ -119,7 +118,7 @@

DQMHarvestPixelTracking = cms.Sequence( pixelTrackingEffFromHitPattern )

DQMHarvestOuterTracker = cms.Sequence( dqmRefHistoRootFileGetter *
DQMHarvestOuterTracker = cms.Sequence(
dqmDcsInfoClient *
OuterTrackerClient *
dqmFEDIntegrityClient *
Expand Down

0 comments on commit ffd70c3

Please sign in to comment.