Skip to content

Commit

Permalink
temporary rollback to default input txt file for the beamspotdip DQM …
Browse files Browse the repository at this point in the history
…client
  • Loading branch information
francescobrivio committed Nov 19, 2024
1 parent e7fd82e commit abc54ca
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
process.load("DQM.BeamMonitor.BeamSpotDipServer_cff")

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

# process customizations included here
from DQM.Integration.config.online_customizations_cfi import *
Expand Down

0 comments on commit abc54ca

Please sign in to comment.