Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default SPLASH settings (FP) #35715

Merged
merged 1 commit into from Oct 20, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the previous line gets un-commented, this pass statement is not needed any more. It also doesn't hurt, though...


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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the previous line gets un-commented, this pass statement is not needed any more. It also doesn't hurt, though...


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