Skip to content

Commit

Permalink
Merge pull request #44080 from mmusich/from_perrottau_pdate2024MCGTwi…
Browse files Browse the repository at this point in the history
…thL1Menu_14_0_X

[14.0.X] Update 2024 MC GTs with the L1 menu
  • Loading branch information
cmsbuild authored Feb 28, 2024
2 parents d862fb4 + a701f86 commit f3d7082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
# GlobalTag for MC production with realistic conditions for Phase1 2023 detector for Heavy Ion
'phase1_2023_realistic_hi' : '140X_mcRun3_2023_realistic_HI_v3',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2024
'phase1_2024_design' : '140X_mcRun3_2024_design_v1',
'phase1_2024_design' : '140X_mcRun3_2024_design_v3',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '140X_mcRun3_2024_realistic_v3',
'phase1_2024_realistic' : '140X_mcRun3_2024_realistic_v4',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2024, Strip tracker in DECO mode
'phase1_2024_cosmics' : '140X_mcRun3_2024cosmics_realistic_deco_v3',
'phase1_2024_cosmics' : '140X_mcRun3_2024cosmics_realistic_deco_v4',
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2024, Strip tracker in DECO mode
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v1',
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v2',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '140X_mcRun4_realistic_v1'
}
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_2_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2023-06-13 14:12:00.000"] )
L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2024_v1_0_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2024-02-21 12:00:00.000"] )

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

0 comments on commit f3d7082

Please sign in to comment.