Skip to content

Commit

Permalink
add printounts to beam clients + set ED clients default splash settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandrik committed Oct 18, 2021
1 parent 668228d commit f64be03
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
Expand Up @@ -436,3 +436,5 @@
* process.monitor
* process.BeamSpotProblemModule)

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

Expand Up @@ -227,3 +227,5 @@
* process.offlineBeamSpot
* process.monitor )

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

Expand Up @@ -32,3 +32,5 @@

# path
process.p = cms.Path( process.beamSpotDipServer )
print("Final Source settings:", process.source)

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
2 changes: 1 addition & 1 deletion DQM/Integration/python/clients/visualization-live_cfg.py
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

0 comments on commit f64be03

Please sign in to comment.