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

HLT menu development for 14_1_X (1/N) #46144

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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