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 17c619c + 9676981 commit 665b0faCopy full SHA for 665b0fa
DQM/Integration/python/clients/beamspotdip_dqm_sourceclient-live_cfg.py
@@ -48,6 +48,9 @@
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
+)
54
55
# process customizations included here
56
from DQM.Integration.config.online_customizations_cfi import *
0 commit comments