diff --git a/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py b/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py index 390bba3567360..48131b4e4bde6 100644 --- a/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py +++ b/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py @@ -440,14 +440,7 @@ print("Configured frontierKey", options.runUniqueKey) #-------- -# Do no run on events with pixel or strip with HV off - -process.stripTrackerHVOn = cms.EDFilter( "DetectorStateFilter", - DCSRecordLabel = cms.untracked.InputTag( "onlineMetaDataDigis" ), - DcsStatusLabel = cms.untracked.InputTag( "scalersRawToDigi" ), - DebugOn = cms.untracked.bool( False ), - DetectorType = cms.untracked.string( "sistrip" ) -) +# Do no run on events with pixel with HV off process.pixelTrackerHVOn = cms.EDFilter( "DetectorStateFilter", DCSRecordLabel = cms.untracked.InputTag( "onlineMetaDataDigis" ), @@ -463,7 +456,6 @@ * process.tcdsDigis * process.onlineMetaDataDigis * process.pixelTrackerHVOn - * process.stripTrackerHVOn * process.dqmTKStatus * process.hltTriggerTypeFilter * process.dqmcommon @@ -475,7 +467,6 @@ * process.tcdsDigis * process.onlineMetaDataDigis * process.pixelTrackerHVOn - * process.stripTrackerHVOn * process.dqmTKStatus * process.hltTriggerTypeFilter * process.filter_step # the only extra: pix-multi filter