Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,4 @@
* process.monitor
* process.BeamSpotProblemModule)

print("Final Source settings:", process.source)
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,5 @@
* process.offlineBeamSpot
* process.monitor )

print("Final Source settings:", process.source)

Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@

# path
process.p = cms.Path( process.beamSpotDipServer )

print("Final Source settings:", process.source)

Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@

if not unitTest :
if options.BeamSplashRun :
# scenarioName = 'ppEra_Run3' FIXME
pass
scenarioName = 'ppEra_Run3'

print("Using scenario:",scenarioName)

Expand Down
2 changes: 1 addition & 1 deletion DQM/Integration/python/clients/visualization-live_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

if not unitTest :
if options.BeamSplashRun :
# scenarioName = 'ppEra_Run3' #FIXME
scenarioName = 'ppEra_Run3'
pass

print("Using scenario:",scenarioName)
Expand Down