Skip to content

Commit

Permalink
removed PSMonitorClient harvester
Browse files Browse the repository at this point in the history
  • Loading branch information
missirol committed Dec 20, 2022
1 parent b8f6c0b commit f5e9024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 123 deletions.
119 changes: 0 additions & 119 deletions DQM/HLTEvF/plugins/PSMonitorClient.cc

This file was deleted.

5 changes: 1 addition & 4 deletions DQM/Integration/python/clients/hlt_dqm_clientPB-live_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,5 @@
),
)

process.load('DQM.HLTEvF.psMonitorClient_cfi')
process.psChecker = process.psMonitorClient.clone()

print("Final Source settings:", process.source)
process.p = cms.EndPath( process.fastTimerServiceClient + process.throughputServiceClient + process.psColumnVsLumi + process.psChecker + process.dqmEnv + process.dqmSaver + process.dqmSaverPB )
process.p = cms.EndPath( process.fastTimerServiceClient + process.throughputServiceClient + process.psColumnVsLumi + process.dqmEnv + process.dqmSaver + process.dqmSaverPB )

0 comments on commit f5e9024

Please sign in to comment.