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

[120X] Add GTs for Run-3 test beam data taking + edit DQM unit test run number and dataset #35561

Merged
merged 4 commits into from Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -32,11 +32,11 @@
# 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_Candidate_2021_09_30_19_21_44',
# 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_Candidate_2021_09_30_18_36_13',
# GlobalTag for Run3 data relvals
'run3_data_prompt' : '113X_dataRun3_Prompt_v3',
# GlobalTag for Run3 offline data reprocessing
Expand Down
2 changes: 1 addition & 1 deletion DQM/Integration/python/config/unittestinputsource_cfi.py
Expand Up @@ -32,7 +32,7 @@
"Unique run key from RCMS for Frontier")

options.register('runNumber',
334393,
344518,
tvami marked this conversation as resolved.
Show resolved Hide resolved
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.")
Expand Down