Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mtosi committed Nov 14, 2016
1 parent 836ce56 commit 1c0a6af
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
8 changes: 0 additions & 8 deletions DQMOffline/Configuration/python/DQMOffline_SecondStep_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@
SusyPostProcessorSequence *
runTauEff)
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
#phase1Pixel.toReplaceWith(DQMOffline_SecondStep_PrePOG, DQMOffline_SecondStep_PrePOG.copyAndExclude([
# hltOfflineDQMClient, # No HLT yet for 2017, so no need to run the DQM (avoiding excessive printouts)
# runTauEff, # Excessive printouts because 2017 doesn't have HLT yet
#]))

DQMOffline_SecondStepPOG = cms.Sequence( dqmRefHistoRootFileGetter *
DQMOffline_SecondStep_PrePOG *
Expand All @@ -72,10 +68,6 @@
HLTMonitoringClient *
DQMMessageLoggerClientSeq *
dqmFastTimerServiceClient)
#phase1Pixel.toReplaceWith(DQMOffline_SecondStep, DQMOffline_SecondStep.copyAndExclude([
# HLTMonitoringClient, # No HLT yet for 2017, so no need to run the DQM (avoiding excessive printouts)
#]))

DQMOffline_SecondStep_FakeHLT = cms.Sequence( DQMOffline_SecondStep )
DQMOffline_SecondStep_FakeHLT.remove( HLTMonitoringClient )

Expand Down
8 changes: 0 additions & 8 deletions DQMOffline/Configuration/python/DQMOffline_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
produceDenoms *
pfTauRunDQMValidation)
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
#phase1Pixel.toReplaceWith(DQMOfflinePrePOG, DQMOfflinePrePOG.copyAndExclude([ # FIXME
# triggerOfflineDQMSource, # No HLT yet for 2017, so no need to run the DQM (avoiding excessive printouts)
# pfTauRunDQMValidation, # Excessive printouts because 2017 doesn't have HLT yet
#]))

DQMOfflinePOG = cms.Sequence( DQMOfflinePrePOG *
DQMMessageLogger )
Expand All @@ -78,10 +74,6 @@
dqmFastTimerServiceLuminosity *
DQMMessageLogger )

#phase1Pixel.toReplaceWith(DQMOffline, DQMOffline.copyAndExclude([
# HLTMonitoring # No HLT yet for 2017, so no need to run the DQM (avoiding excessive printouts)
#]))

_ctpps_2016_DQMOffline = DQMOffline.copy()
_ctpps_2016_DQMOffline *= totemDQM
from Configuration.Eras.Modifier_ctpps_2016_cff import ctpps_2016
Expand Down
1 change: 0 additions & 1 deletion HLTriggerOffline/Common/python/HLTValidationHarvest_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
+HltBTagPostVal
)
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
#phase1Pixel.toReplaceWith(hltpostvalidation, cms.Sequence()) # FIXME: No HLT yet for 2017, so no need to run the DQM (avoiding excessive printouts)

# fastsim customs
from Configuration.Eras.Modifier_fastSim_cff import fastSim
Expand Down
2 changes: 0 additions & 2 deletions HLTriggerOffline/Common/python/HLTValidation_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
+ExoticaValidationProdSeq
)
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
#phase1Pixel.toReplaceWith(hltassociation, cms.Sequence()) # FIXME: No HLT yet for 2017, so no need to run the validation

hltvalidation = cms.Sequence(
HLTMuonVal
Expand All @@ -50,7 +49,6 @@
+SMPValidationSequence
+hltbtagValidationSequence
)
#phase1Pixel.toReplaceWith(hltvalidation, cms.Sequence()) # FIXME: No HLT yet for 2017, so no need to run the validation

# some hlt collections have no direct fastsim equivalent
# remove the dependent modules for now
Expand Down

0 comments on commit 1c0a6af

Please sign in to comment.