Skip to content

Commit

Permalink
HLT menu development for 13_2_X
Browse files Browse the repository at this point in the history
Development of HLT menus for `CMSSW_13_2_X`.

This version of the HIon HLT menu corresponds to the "V1.0" menu for the 2023 heavy-ion data-taking period (the corresponding frozen menu is not added to the release, as not needed by any central wf).

This update includes the integration of the following JIRA tickets.

 - [CMSHLT-2882](https://its.cern.ch/jira/browse/CMSHLT-2882): [HIN] core of 2023 HIon menu
 - [CMSHLT-2885](https://its.cern.ch/jira/browse/CMSHLT-2885): [HIN,AlCa] AlCa requests for 2023 HIon menu
 - [CMSHLT-2904](https://its.cern.ch/jira/browse/CMSHLT-2904): [HIN] split `PPRefDoubleMuon`, `PPRefSingleMuon` and `PPRefHardProbes` PDs and streams
 - [CMSHLT-2905](https://its.cern.ch/jira/browse/CMSHLT-2905): [HIN] add D-meson triggers for 2023 HIon menu
 - [CMSHLT-2906](https://its.cern.ch/jira/browse/CMSHLT-2906): [HIN] add Mu+EG/Jet cross triggers for 2023 HIon menu
 - [CMSHLT-2907](https://its.cern.ch/jira/browse/CMSHLT-2907): [HIN] add `CommissioningRawPrime` PD to PRef menu
 - [CMSHLT-2913](https://its.cern.ch/jira/browse/CMSHLT-2913): [HIN] split `HIForward`, `HIMinimumBias` and `HIPhysicsRawPrime` PDs and streams of HIon menu
 - [CMSHLT-2914](https://its.cern.ch/jira/browse/CMSHLT-2914): [HIN] minimum-bias triggers of 2023 HIon menu
 - [CMSHLT-2915](https://its.cern.ch/jira/browse/CMSHLT-2915): [TSG] add `HIEphemeral*` PDs to HIon menu
  • Loading branch information
missirol committed Sep 14, 2023
1 parent b4ce1e4 commit 30ce9ff
Show file tree
Hide file tree
Showing 29 changed files with 89,266 additions and 87,956 deletions.
632 changes: 422 additions & 210 deletions HLTrigger/Configuration/python/HLT_2023v12_cff.py

Large diffs are not rendered by default.

40,688 changes: 19,887 additions & 20,801 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Fake1_cff.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# hltGetConfiguration /dev/CMSSW_13_2_0/Fake1 --cff --data --type Fake1

# /dev/CMSSW_13_2_0/Fake1/V6 (CMSSW_13_2_1)
# /dev/CMSSW_13_2_0/Fake1/V7 (CMSSW_13_2_3)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )


fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_13_2_0/Fake1/V6')
tableName = cms.string('/dev/CMSSW_13_2_0/Fake1/V7')
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
8 changes: 5 additions & 3 deletions HLTrigger/Configuration/python/HLT_Fake2_cff.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# hltGetConfiguration /dev/CMSSW_13_2_0/Fake2 --cff --data --type Fake2

# /dev/CMSSW_13_2_0/Fake2/V6 (CMSSW_13_2_1)
# /dev/CMSSW_13_2_0/Fake2/V7 (CMSSW_13_2_3)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )


fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_13_2_0/Fake2/V6')
tableName = cms.string('/dev/CMSSW_13_2_0/Fake2/V7')
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down Expand Up @@ -101,6 +101,7 @@
TauInputTag = cms.InputTag( 'hltGtStage2Digis','Tau' ),
JetInputTag = cms.InputTag( 'hltGtStage2Digis','Jet' ),
EtSumInputTag = cms.InputTag( 'hltGtStage2Digis','EtSum' ),
EtSumZdcInputTag = cms.InputTag( 'hltGtStage2Digis','EtSumZDC' ),
ExtInputTag = cms.InputTag( "hltGtStage2Digis" ),
AlgoBlkInputTag = cms.InputTag( "hltGtStage2Digis" ),
GetPrescaleColumnFromData = cms.bool( False ),
Expand Down Expand Up @@ -158,7 +159,8 @@
L1EGammaInputTag = cms.InputTag( 'hltGtStage2Digis','EGamma' ),
L1JetInputTag = cms.InputTag( 'hltGtStage2Digis','Jet' ),
L1TauInputTag = cms.InputTag( 'hltGtStage2Digis','Tau' ),
L1EtSumInputTag = cms.InputTag( 'hltGtStage2Digis','EtSum' )
L1EtSumInputTag = cms.InputTag( 'hltGtStage2Digis','EtSum' ),
L1EtSumZdcInputTag = cms.InputTag( 'hltGtStage2Digis','EtSumZDC' )
)
fragment.hltPreZeroBias = cms.EDFilter( "HLTPrescaler",
offset = cms.uint32( 0 ),
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Fake_cff.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# hltGetConfiguration /dev/CMSSW_13_2_0/Fake --cff --data --type Fake

# /dev/CMSSW_13_2_0/Fake/V6 (CMSSW_13_2_1)
# /dev/CMSSW_13_2_0/Fake/V7 (CMSSW_13_2_3)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )


fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_13_2_0/Fake/V6')
tableName = cms.string('/dev/CMSSW_13_2_0/Fake/V7')
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
Loading

0 comments on commit 30ce9ff

Please sign in to comment.