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

Update of L1T menu in TSG GTs to L1Menu_Collisions2022_v1_0_1_xml #37900

Merged
Merged
Changes from all 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/HLT/python/autoCondHLT.py
Expand Up @@ -18,8 +18,8 @@
'Fake' : ( ','.join( [ 'L1GtTriggerMenu_L1Menu_Collisions2012_v3_mc' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
'Fake1' : ( ','.join( [ 'L1Menu_Collisions2015_25nsStage1_v5' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
'Fake2' : ( ','.join( [ 'L1Menu_Collisions2016_v9_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-10-06 19:36:53.000"] ), ),
'FULL' : ( ','.join( [ 'L1Menu_Collisions2022_v1_0_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-04-01 15:43:22.000"] ), ),
'GRun' : ( ','.join( [ 'L1Menu_Collisions2022_v1_0_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-04-01 15:43:22.000"] ), ),
'FULL' : ( ','.join( [ 'L1Menu_Collisions2022_v1_0_1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-05-11 09:04:16.000"] ), ),
'GRun' : ( ','.join( [ 'L1Menu_Collisions2022_v1_0_1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-05-11 09:04:16.000"] ), ),
'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2018_v4_2_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2018-11-21 14:35:33.000"] ), ),
'PIon' : ( ','.join( [ 'L1Menu_HeavyIons2016_v3_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-11-22 11:11:00.000"] ), ),
'PRef' : ( ','.join( [ 'L1Menu_pp502Collisions2017_v4_m6_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2017-11-03 18:00:00.000"] ), ),
Expand Down