Skip to content

Commit 665b0fa

Browse files
authored
Merge pull request #46613 from francescobrivio/update_BeamSpotDipClient_source
Update sourceFile of beamspotdip DQM client
2 parents 17c619c + 9676981 commit 665b0fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
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+
)
5154

5255
# process customizations included here
5356
from DQM.Integration.config.online_customizations_cfi import *

0 commit comments

Comments
 (0)