Skip to content

Commit

Permalink
Merge pull request #41960 from francescobrivio/alca-data_GT_resnapsho…
Browse files Browse the repository at this point in the history
…t_13_0_X

[13_0_X] Add preliminary GTs for 2023 MC and new L1T menu to relval/ideal/2024/run4 GTs and re-snapshot data GTS
  • Loading branch information
cmsbuild authored Jun 15, 2023
2 parents 4aee9bc + 94b3966 commit d557f37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
'run2_data_promptlike_hi' : '124X_dataRun2_PromptLike_HI_v1',
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '123X_dataRun2_HLT_relval_v3',
# GlobalTag for Run3 HLT: identical to the online GT (130X_dataRun3_HLT_v2) but with snapshot at 2023-05-10 09:00:00 (UTC)
'run3_hlt' : '130X_dataRun3_HLT_frozen_v2',
# GlobalTag for Run3 data relvals (express GT) - identical to 130X_dataRun3_Express_v2 but with snapshot at 2023-05-10 09:00:00 (UTC)
'run3_data_express' : '130X_dataRun3_Express_frozen_v2',
# GlobalTag for Run3 data relvals (prompt GT) - identical to 130X_dataRun3_Prompt_v3 but with snapshot at 2023-05-10 09:00:00 (UTC)
'run3_data_prompt' : '130X_dataRun3_Prompt_frozen_v2',
# GlobalTag for Run3 HLT: identical to the online GT (130X_dataRun3_HLT_v2) but with snapshot at 2023-06-14 12:00:00 (UTC)
'run3_hlt' : '130X_dataRun3_HLT_frozen_v3',
# GlobalTag for Run3 data relvals (express GT) - identical to 130X_dataRun3_Express_v3 but with snapshot at 2023-06-14 12:00:00 (UTC)
'run3_data_express' : '130X_dataRun3_Express_frozen_v3',
# GlobalTag for Run3 data relvals (prompt GT) - identical to 130X_dataRun3_Prompt_v4 but with snapshot at 2023-06-14 12:00:00 (UTC)
'run3_data_prompt' : '130X_dataRun3_Prompt_frozen_v3',
# GlobalTag for Run3 offline data reprocessing - snapshot at 2023-05-09 15:38:20 (UTC)
'run3_data' : '130X_dataRun3_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
Expand Down Expand Up @@ -74,19 +74,19 @@
# GlobalTag for MC production with realistic conditions for Phase1 2022 detector for Heavy Ion
'phase1_2022_realistic_hi' : '130X_mcRun3_2022_realistic_HI_v6',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2023
'phase1_2023_design' : '130X_mcRun3_2023_design_v6',
'phase1_2023_design' : '130X_mcRun3_2023_design_v7',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '130X_mcRun3_2023_realistic_v8',
'phase1_2023_realistic' : '130X_mcRun3_2023_realistic_v9',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2023, Strip tracker in DECO mode
'phase1_2023_cosmics' : '130X_mcRun3_2023cosmics_realistic_deco_v7',
'phase1_2023_cosmics' : '130X_mcRun3_2023cosmics_realistic_deco_v8',
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2023, Strip tracker in DECO mode
'phase1_2023_cosmics_design' : '130X_mcRun3_2023cosmics_design_deco_v6',
'phase1_2023_cosmics_design' : '130X_mcRun3_2023cosmics_design_deco_v7',
# GlobalTag for MC production with realistic conditions for Phase1 2023 detector for Heavy Ion
'phase1_2023_realistic_hi' : '130X_mcRun3_2023_realistic_HI_v14',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '130X_mcRun3_2024_realistic_v6',
'phase1_2024_realistic' : '130X_mcRun3_2024_realistic_v7',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '130X_mcRun4_realistic_v7'
'phase2_realistic' : '130X_mcRun4_realistic_v8'
}

aliases = {
Expand Down
2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoCondModifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def autoCondRelValForRun3(autoCond):

GlobalTagRelValForRun3 = {}
L1GtTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2015_25nsStage1_v5' , "L1GtTriggerMenuRcd", connectionString, "", "2023-01-28 12:00:00.000"] )
L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2023_v1_1_0-v2_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2023-05-02 12:00:00.000"] )
L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2023_v1_2_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2023-06-13 14:12:00.000"] )

for key,val in autoCond.items():
if 'run3_data' in key or 'run3_hlt' in key :
Expand Down

0 comments on commit d557f37

Please sign in to comment.