Skip to content

Commit adbe2f0

Browse files
committed
update of L1T ppRef menu in TSG GTs to L1Menu_CollisionsPPRef2023_v1_0_0
1 parent 308b512 commit adbe2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/HLT/python/autoCondHLT.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#Next time you change the customisations, change also the snapshot time in the affected tuple,
1515
#and leave unchanged the snapshot times for the other tuples.
1616

17-
l1Menus= {
17+
l1Menus = {
1818
'Fake' : ( ','.join( [ 'L1GtTriggerMenu_L1Menu_Collisions2012_v3_mc' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
1919
'Fake1' : ( ','.join( [ 'L1Menu_Collisions2015_25nsStage1_v5' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
2020
'Fake2' : ( ','.join( [ 'L1Menu_Collisions2016_v9_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-10-06 19:36:53.000"] ), ),
@@ -23,7 +23,7 @@
2323
'2023v12' : ( ','.join( [ 'L1Menu_Collisions2023_v1_2_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-06-13 14:12:00.000"] ), ),
2424
'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2022_v1_1_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-10-26 10:46:29.000"] ), ),
2525
'PIon' : ( ','.join( [ 'L1Menu_HeavyIons2016_v3_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-11-22 11:11:00.000"] ), ),
26-
'PRef' : ( ','.join( [ 'L1Menu_pp502Collisions2017_v4_m6_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2017-11-03 18:00:00.000"] ), ),
26+
'PRef' : ( ','.join( [ 'L1Menu_CollisionsPPRef2023_v1_0_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-08-30 08:07:26.000"] ), ),
2727
}
2828

2929
hltGTs = {

0 commit comments

Comments
 (0)