Skip to content

Commit cced508

Browse files
temporary rollback to default input txt file for the beamspotdip DQM client
1 parent 2151150 commit cced508

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)