Skip to content

Commit

Permalink
Merge pull request #41875 from francescobrivio/alca-update_BS_trk_HV_…
Browse files Browse the repository at this point in the history
…checks

Remove stripTrackerHVOn check for BeamSpotLegacy client
  • Loading branch information
cmsbuild authored Jun 6, 2023
2 parents da9b930 + a0e24b9 commit 9147cb3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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" ),
Expand All @@ -463,7 +456,6 @@
* process.tcdsDigis
* process.onlineMetaDataDigis
* process.pixelTrackerHVOn
* process.stripTrackerHVOn
* process.dqmTKStatus
* process.hltTriggerTypeFilter
* process.dqmcommon
Expand All @@ -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
Expand Down

0 comments on commit 9147cb3

Please sign in to comment.