Skip to content

Commit 3595287

Browse files
authored
Merge pull request #46737 from francescobrivio/rollback_DIP_BS_client
Temporary Rollback for DIP BeamSpot client
2 parents 48600da + cced508 commit 3595287

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DQM/Integration/python/clients/beamspotdip_dqm_sourceclient-live_cfg.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
process.load("DQM.BeamMonitor.BeamSpotDipServer_cff")
4949

5050
process.beamSpotDipServer.verbose = cms.untracked.bool(True)
51-
process.beamSpotDipServer.sourceFile = cms.untracked.string(
52-
"/nfshome0/dqmpro/BeamMonitorDQM/BeamFitResultsForDIP.txt"
53-
)
51+
# Temporary roll-back to using default input txt file
52+
#process.beamSpotDipServer.sourceFile = cms.untracked.string(
53+
# "/nfshome0/dqmpro/BeamMonitorDQM/BeamFitResultsForDIP.txt"
54+
#)
5455

5556
# process customizations included here
5657
from DQM.Integration.config.online_customizations_cfi import *

0 commit comments

Comments
 (0)