Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -19,7 +19,7 @@
# this is needed to map the names of the run-types chosen by DQM to the scenarios, ideally we could converge to the same names
#scenarios = {'pp_run': 'ppEra_Run2_2016','cosmic_run':'cosmicsEra_Run2_2016','hi_run':'HeavyIons'}
#scenarios = {'pp_run': 'ppEra_Run2_2016','pp_run_stage1': 'ppEra_Run2_2016','cosmic_run':'cosmicsEra_Run2_2016','cosmic_run_stage1':'cosmicsEra_Run2_2016','hi_run':'HeavyIonsEra_Run2_HI'}
scenarios = {'pp_run': 'ppEra_Run3','cosmic_run':'cosmicsEra_Run3','hi_run':'ppEra_Run2_2016_pA'}
scenarios = {'pp_run': 'ppEra_Run3','cosmic_run':'cosmicsEra_Run3','hi_run':'ppEra_Run2_2016_pA', 'commissioning_run':'ppEra_Run3'}
Copy link
Contributor

Choose a reason for hiding this comment

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

@pmandrik please undo these changes, I've provided them in #35365 (comment).
Also we think the cosmic era to be more appropriate.


if not runType.getRunTypeName() in scenarios.keys():
msg = "Error getting the scenario out of the 'runkey', no mapping for: %s\n"%runType.getRunTypeName()
Expand All @@ -29,8 +29,7 @@

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

print("Using scenario:",scenarioName)

Expand Down
4 changes: 2 additions & 2 deletions DQM/Integration/python/clients/visualization-live_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# this is needed to map the names of the run-types chosen by DQM to the scenarios, ideally we could converge to the same names
#scenarios = {'pp_run': 'ppEra_Run2_2016','cosmic_run':'cosmicsEra_Run2_2016','hi_run':'HeavyIons'}
#scenarios = {'pp_run': 'ppEra_Run2_2016','pp_run_stage1': 'ppEra_Run2_2016','cosmic_run':'cosmicsEra_Run2_2016','cosmic_run_stage1':'cosmicsEra_Run2_2016','hi_run':'HeavyIonsEra_Run2_HI'}
scenarios = {'pp_run': 'ppEra_Run3','cosmic_run':'cosmicsEra_Run3','hi_run':'ppEra_Run2_2016_pA'}
scenarios = {'pp_run': 'ppEra_Run3','cosmic_run':'cosmicsEra_Run3','hi_run':'ppEra_Run2_2016_pA', 'commissioning_run':'ppEra_Run3'}

if not runType.getRunTypeName() in scenarios.keys():
msg = "Error getting the scenario out of the 'runkey', no mapping for: %s\n"%runType.getRunTypeName()
Expand All @@ -29,7 +29,7 @@

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

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