Skip to content

Commit 71b1cf0

Browse files
Update sourceFile of beamspotdip DQM client
1 parent 2d39ecc commit 71b1cf0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

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

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

5554
# process customizations included here
5655
from DQM.Integration.config.online_customizations_cfi import *

0 commit comments

Comments
 (0)