We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48600da + cced508 commit 3595287Copy full SHA for 3595287
DQM/Integration/python/clients/beamspotdip_dqm_sourceclient-live_cfg.py
@@ -48,9 +48,10 @@
48
process.load("DQM.BeamMonitor.BeamSpotDipServer_cff")
49
50
process.beamSpotDipServer.verbose = cms.untracked.bool(True)
51
-process.beamSpotDipServer.sourceFile = cms.untracked.string(
52
- "/nfshome0/dqmpro/BeamMonitorDQM/BeamFitResultsForDIP.txt"
53
-)
+# Temporary roll-back to using default input txt file
+#process.beamSpotDipServer.sourceFile = cms.untracked.string(
+# "/nfshome0/dqmpro/BeamMonitorDQM/BeamFitResultsForDIP.txt"
54
+#)
55
56
# process customizations included here
57
from DQM.Integration.config.online_customizations_cfi import *
0 commit comments