Skip to content

Commit

Permalink
Merge pull request #35561 from tvami/120_GTForDQMRerun
Browse files Browse the repository at this point in the history
[120X] Add GTs for Run-3 test beam data taking + edit DQM unit test run number and dataset
  • Loading branch information
cmsbuild committed Oct 14, 2021
2 parents a8ce106 + 648b5a9 commit f6fefb7
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' : '120X_dataRun2_PromptLike_HI_v1',
# GlobalTag for Run3 HLT: it points to the online GT
'run3_hlt' : '113X_dataRun3_HLT_v3',
'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' : '113X_dataRun2_HLT_relval_v2',
# GlobalTag for Run3 data relvals (express GT)
'run3_data_express' : '113X_dataRun3_Express_v4',
'run3_data_express' : '120X_dataRun3_Express_v2',
# GlobalTag for Run3 data relvals
'run3_data_prompt' : '113X_dataRun3_Prompt_v3',
'run3_data_prompt' : '120X_dataRun3_Prompt_v2',
# GlobalTag for Run3 offline data reprocessing
'run3_data' : '113X_dataRun3_v2',
# 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 f6fefb7

Please sign in to comment.