Skip to content

Commit

Permalink
HLT menu development for 14_1_X
Browse files Browse the repository at this point in the history
This update includes the integration of the following changes:
- migration of the combined HLT table and related subtables to CMSSW_14_1_0
- removal of now useless customization functions related to CMSSW_14_1_X developments
  • Loading branch information
mmusich committed Sep 28, 2024
1 parent 455d867 commit 6e09c53
Show file tree
Hide file tree
Showing 32 changed files with 1,891 additions and 2,198 deletions.
371 changes: 171 additions & 200 deletions HLTrigger/Configuration/python/HLT_2024v14_cff.py

Large diffs are not rendered by default.

407 changes: 183 additions & 224 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_Fake1_cff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake1 --cff --data --type Fake1
# hltGetConfiguration /dev/CMSSW_14_1_0/Fake1 --cff --data --type Fake1

# /dev/CMSSW_14_0_0/Fake1/V16 (CMSSW_14_0_11)
# /dev/CMSSW_14_1_0/Fake1/V11 (CMSSW_14_1_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Fake1/V16")
tableName = cms.string("/dev/CMSSW_14_1_0/Fake1/V11")
)

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

# /dev/CMSSW_14_0_0/Fake2/V16 (CMSSW_14_0_11)
# /dev/CMSSW_14_1_0/Fake2/V11 (CMSSW_14_1_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Fake2/V16")
tableName = cms.string("/dev/CMSSW_14_1_0/Fake2/V11")
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down Expand Up @@ -109,6 +109,7 @@
RequireMenuToMatchAlgoBlkInput = cms.bool( True ),
AlgorithmTriggersUnmasked = cms.bool( True ),
useMuonShowers = cms.bool( True ),
produceAXOL1TLScore = cms.bool( False ),
resetPSCountersEachLumiSec = cms.bool( True ),
semiRandomInitialPSCounters = cms.bool( False ),
ProduceL1GtDaqRecord = cms.bool( True ),
Expand Down
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_Fake_cff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake --cff --data --type Fake
# hltGetConfiguration /dev/CMSSW_14_1_0/Fake --cff --data --type Fake

# /dev/CMSSW_14_0_0/Fake/V16 (CMSSW_14_0_11)
# /dev/CMSSW_14_1_0/Fake/V11 (CMSSW_14_1_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Fake/V16")
tableName = cms.string("/dev/CMSSW_14_1_0/Fake/V11")
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
371 changes: 171 additions & 200 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

256 changes: 124 additions & 132 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --cff --data --type PIon
# hltGetConfiguration /dev/CMSSW_14_1_0/PIon --cff --data --type PIon

# /dev/CMSSW_14_0_0/PIon/V182 (CMSSW_14_0_11)
# /dev/CMSSW_14_1_0/PIon/V13 (CMSSW_14_1_0)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
fragment.load("Configuration.StandardSequences.Accelerators_cff")

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V182")
tableName = cms.string("/dev/CMSSW_14_1_0/PIon/V13")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -3415,6 +3415,9 @@
record = cms.string( "SiStripLorentzAngleRcd" )
)
)
fragment.zdcTopologyEP = cms.ESProducer( "ZdcTopologyEP",
appendToDataLabel = cms.string( "" )
)

fragment.hltGetRaw = cms.EDAnalyzer( "HLTGetRaw",
RawDataCollection = cms.InputTag( "rawDataCollector" )
Expand Down Expand Up @@ -3485,6 +3488,7 @@
RequireMenuToMatchAlgoBlkInput = cms.bool( True ),
AlgorithmTriggersUnmasked = cms.bool( True ),
useMuonShowers = cms.bool( True ),
produceAXOL1TLScore = cms.bool( False ),
resetPSCountersEachLumiSec = cms.bool( True ),
semiRandomInitialPSCounters = cms.bool( False ),
ProduceL1GtDaqRecord = cms.bool( True ),
Expand Down
Loading

0 comments on commit 6e09c53

Please sign in to comment.