Skip to content

Commit

Permalink
HLT menu development for 13_0_X (branch: 13_2_X)
Browse files Browse the repository at this point in the history
Development of HLT menus for `CMSSW_13_0_X`.

This version of the GRun HLT menu corresponds to the "V1.2" menu for 2023 pp data-taking, and the corresponding frozen menu is added to the release replacing the 2023-V1.1 frozen menu.

This update includes the integration of the following JIRA tickets.

 - [CMSHLT-2749](https://its.cern.ch/jira/browse/CMSHLT-2749): [JME,ECAL,HCAL] replace `L1_SingleJet60` with `L1_ZeroBias` in Jet/MET and AlCa-ECAL pp triggers
 - [CMSHLT-2769](https://its.cern.ch/jira/browse/CMSHLT-2769): [HIG,SMP,SUS,TAU,TOP] move prompt VBF triggers to ParkingVBF PD(s)
 - [CMSHLT-2805](https://its.cern.ch/jira/browse/CMSHLT-2805): [TSG] added PS column "2p0E34_NoMuShower"
 - [CMSHLT-2819](https://its.cern.ch/jira/browse/CMSHLT-2819): [EXO] new delayed-jet backup and parking triggers
 - [CMSHLT-2821](https://its.cern.ch/jira/browse/CMSHLT-2821): [SMP] added control trigger `HLT_IsoMu24_OneProng32_v`
 - [CMSHLT-2823](https://its.cern.ch/jira/browse/CMSHLT-2823): [EXO,HIG] backup triggers for ParkingVBF PD(s)
 - [CMSHLT-2826](https://its.cern.ch/jira/browse/CMSHLT-2826): [TSG] enable MuonShower triggers in "OnlyMuons" column
 - [CMSHLT-2830](https://its.cern.ch/jira/browse/CMSHLT-2830): [B2G,TOP] re-introduce HT+6Jet+BTag triggers using DeepJet (only for MC)
 - [CMSHLT-2831](https://its.cern.ch/jira/browse/CMSHLT-2831): [EXO,HIG] additional L1T seeds in `HLT_VBF_DiPFJet105_40_Mjj1000_Detajj3p5_*` triggers (superseded by [CMSHLT-2823](https://its.cern.ch/jira/browse/CMSHLT-2823))
 - [CMSHLT-2839](https://its.cern.ch/jira/browse/CMSHLT-2839): [TSG] set PS=100 for `HLT_EphemeralPhysics_v` in "2p0E34+ZeroBias+HLTPhysics" column
  • Loading branch information
missirol committed Jun 19, 2023
1 parent 027c871 commit 6e5ad12
Show file tree
Hide file tree
Showing 22 changed files with 138,218 additions and 126,680 deletions.
8 changes: 4 additions & 4 deletions Configuration/HLT/python/autoCondHLT.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'Fake2' : ( ','.join( [ 'L1Menu_Collisions2016_v9_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-10-06 19:36:53.000"] ), ),
'FULL' : ( ','.join( [ 'L1Menu_Collisions2023_v1_2_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-06-13 14:12:00.000"] ), ),
'GRun' : ( ','.join( [ 'L1Menu_Collisions2023_v1_2_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-06-13 14:12:00.000"] ), ),
'2023v11' : ( ','.join( [ 'L1Menu_Collisions2023_v1_1_0-v2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-05-02 08:03:44.000"] ), ),
'2023v12' : ( ','.join( [ 'L1Menu_Collisions2023_v1_2_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-06-13 14:12:00.000"] ), ),
'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2022_v1_1_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-10-26 10:46:29.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 All @@ -36,7 +36,7 @@
'run2_mc_Fake2' : ('run2_mc' ,l1Menus['Fake2']),
'run3_mc_FULL' : ('phase1_2023_realistic' ,l1Menus['FULL']),
'run3_mc_GRun' : ('phase1_2023_realistic' ,l1Menus['GRun']),
'run3_mc_2023v11' : ('phase1_2023_realistic' ,l1Menus['2023v11']),
'run3_mc_2023v12' : ('phase1_2023_realistic' ,l1Menus['2023v12']),
'run3_mc_HIon' : ('phase1_2023_realistic_hi',l1Menus['HIon']),
'run3_mc_PIon' : ('phase1_2023_realistic' ,l1Menus['PIon']),
'run3_mc_PRef' : ('phase1_2023_realistic' ,l1Menus['PRef']),
Expand All @@ -47,7 +47,7 @@
'run2_hlt_Fake2' : ('run2_hlt_relval' ,l1Menus['Fake2']),
'run3_hlt_FULL' : ('run3_hlt' ,l1Menus['FULL']),
'run3_hlt_GRun' : ('run3_hlt' ,l1Menus['GRun']),
'run3_hlt_2023v11' : ('run3_hlt' ,l1Menus['2023v11']),
'run3_hlt_2023v12' : ('run3_hlt' ,l1Menus['2023v12']),
'run3_hlt_HIon' : ('run3_hlt' ,l1Menus['HIon']),
'run3_hlt_PIon' : ('run3_hlt' ,l1Menus['PIon']),
'run3_hlt_PRef' : ('run3_hlt' ,l1Menus['PRef']),
Expand All @@ -58,7 +58,7 @@
'run2_data_Fake2' : ('run2_data' ,l1Menus['Fake2']),
'run3_data_FULL' : ('run3_data_prompt' ,l1Menus['FULL']),
'run3_data_GRun' : ('run3_data_prompt' ,l1Menus['GRun']),
'run3_data_2023v11' : ('run3_data_prompt' ,l1Menus['2023v11']),
'run3_data_2023v12' : ('run3_data_prompt' ,l1Menus['2023v12']),
'run3_data_HIon' : ('run3_data_prompt' ,l1Menus['HIon']),
'run3_data_PIon' : ('run3_data_prompt' ,l1Menus['PIon']),
'run3_data_PRef' : ('run3_data_prompt' ,l1Menus['PRef']),
Expand Down
122,769 changes: 62,379 additions & 60,390 deletions ...r/Configuration/python/HLT_2023v11_cff.py → ...r/Configuration/python/HLT_2023v12_cff.py

Large diffs are not rendered by default.

Loading

0 comments on commit 6e5ad12

Please sign in to comment.