Skip to content

Commit

Permalink
Merge pull request #35593 from malbouis/alca_121X_Run3-online-GTs
Browse files Browse the repository at this point in the history
[121X] include GTs for Pilot Beam Test
  • Loading branch information
cmsbuild committed Oct 13, 2021
2 parents bc4b24f + 7899706 commit 7fc432b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -32,13 +32,13 @@
# GlobalTag for Run2 HI data
'run2_data_promptlike_hi' : '121X_dataRun2_PromptLike_HI_v5',
# GlobalTag for Run3 HLT: it points to the online GT
'run3_hlt' : '121X_dataRun3_HLT_v5',
'run3_hlt' : '120X_dataRun3_HLT_v3',
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '121X_dataRun2_HLT_relval_v5',
# GlobalTag for Run3 data relvals (express GT)
'run3_data_express' : '121X_dataRun3_Express_v5',
'run3_data_express' : '120X_dataRun3_Express_v2',
# GlobalTag for Run3 data relvals
'run3_data_prompt' : '121X_dataRun3_Prompt_v5',
'run3_data_prompt' : '120X_dataRun3_Prompt_v2',
# GlobalTag for Run3 offline data reprocessing
'run3_data' : '121X_dataRun3_v5',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
Expand Down
6 changes: 3 additions & 3 deletions DQM/Integration/python/config/unittestinputsource_cfi.py
Expand Up @@ -32,16 +32,16 @@
"Unique run key from RCMS for Frontier")

options.register('runNumber',
334393,
344518,
VarParsing.VarParsing.multiplicity.singleton,
VarParsing.VarParsing.varType.int,
"Run number. This run number has to be present in the dataset configured with the dataset option.")

options.register('dataset',
'/ExpressCosmics/Commissioning2019-Express-v1/FEVT',
'/ExpressCosmics/Commissioning2021-Express-v1/FEVT',
VarParsing.VarParsing.multiplicity.singleton,
VarParsing.VarParsing.varType.string,
"Dataset name like '/ExpressCosmics/Commissioning2019-Express-v1/FEVT'")
"Dataset name like '/ExpressCosmics/Commissioning2021-Express-v1/FEVT'")

options.register('maxLumi',
2,
Expand Down

0 comments on commit 7fc432b

Please sign in to comment.