Skip to content

Commit 2c234d6

Browse files
authored
Merge pull request #46139 from cms-tsg-storm/HLTdevelopment141X_for142X
HLT menu development for `14_1_X` (1/N) [`14_2_X`]
2 parents 37d4613 + 094abc7 commit 2c234d6

32 files changed

+1890
-2198
lines changed

HLTrigger/Configuration/python/HLT_2024v14_cff.py

Lines changed: 171 additions & 200 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_FULL_cff.py

Lines changed: 183 additions & 224 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_Fake1_cff.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake1 --cff --data --type Fake1
1+
# hltGetConfiguration /dev/CMSSW_14_1_0/Fake1 --cff --data --type Fake1
22

3-
# /dev/CMSSW_14_0_0/Fake1/V16 (CMSSW_14_0_11)
3+
# /dev/CMSSW_14_1_0/Fake1/V11 (CMSSW_14_1_0)
44

55
import FWCore.ParameterSet.Config as cms
66

77
fragment = cms.ProcessFragment( "HLT" )
88

99
fragment.HLTConfigVersion = cms.PSet(
10-
tableName = cms.string("/dev/CMSSW_14_0_0/Fake1/V16")
10+
tableName = cms.string("/dev/CMSSW_14_1_0/Fake1/V11")
1111
)
1212

1313
fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )

HLTrigger/Configuration/python/HLT_Fake2_cff.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake2 --cff --data --type Fake2
1+
# hltGetConfiguration /dev/CMSSW_14_1_0/Fake2 --cff --data --type Fake2
22

3-
# /dev/CMSSW_14_0_0/Fake2/V16 (CMSSW_14_0_11)
3+
# /dev/CMSSW_14_1_0/Fake2/V11 (CMSSW_14_1_0)
44

55
import FWCore.ParameterSet.Config as cms
66

77
fragment = cms.ProcessFragment( "HLT" )
88

99
fragment.HLTConfigVersion = cms.PSet(
10-
tableName = cms.string("/dev/CMSSW_14_0_0/Fake2/V16")
10+
tableName = cms.string("/dev/CMSSW_14_1_0/Fake2/V11")
1111
)
1212

1313
fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
@@ -109,6 +109,7 @@
109109
RequireMenuToMatchAlgoBlkInput = cms.bool( True ),
110110
AlgorithmTriggersUnmasked = cms.bool( True ),
111111
useMuonShowers = cms.bool( True ),
112+
produceAXOL1TLScore = cms.bool( False ),
112113
resetPSCountersEachLumiSec = cms.bool( True ),
113114
semiRandomInitialPSCounters = cms.bool( False ),
114115
ProduceL1GtDaqRecord = cms.bool( True ),

HLTrigger/Configuration/python/HLT_Fake_cff.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake --cff --data --type Fake
1+
# hltGetConfiguration /dev/CMSSW_14_1_0/Fake --cff --data --type Fake
22

3-
# /dev/CMSSW_14_0_0/Fake/V16 (CMSSW_14_0_11)
3+
# /dev/CMSSW_14_1_0/Fake/V11 (CMSSW_14_1_0)
44

55
import FWCore.ParameterSet.Config as cms
66

77
fragment = cms.ProcessFragment( "HLT" )
88

99
fragment.HLTConfigVersion = cms.PSet(
10-
tableName = cms.string("/dev/CMSSW_14_0_0/Fake/V16")
10+
tableName = cms.string("/dev/CMSSW_14_1_0/Fake/V11")
1111
)
1212

1313
fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )

HLTrigger/Configuration/python/HLT_GRun_cff.py

Lines changed: 171 additions & 200 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_HIon_cff.py

Lines changed: 124 additions & 132 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_PIon_cff.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --cff --data --type PIon
1+
# hltGetConfiguration /dev/CMSSW_14_1_0/PIon --cff --data --type PIon
22

3-
# /dev/CMSSW_14_0_0/PIon/V182 (CMSSW_14_0_11)
3+
# /dev/CMSSW_14_1_0/PIon/V13 (CMSSW_14_1_0)
44

55
import FWCore.ParameterSet.Config as cms
66

@@ -9,7 +9,7 @@
99
fragment.load("Configuration.StandardSequences.Accelerators_cff")
1010

1111
fragment.HLTConfigVersion = cms.PSet(
12-
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V182")
12+
tableName = cms.string("/dev/CMSSW_14_1_0/PIon/V13")
1313
)
1414

1515
fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
@@ -3415,6 +3415,9 @@
34153415
record = cms.string( "SiStripLorentzAngleRcd" )
34163416
)
34173417
)
3418+
fragment.zdcTopologyEP = cms.ESProducer( "ZdcTopologyEP",
3419+
appendToDataLabel = cms.string( "" )
3420+
)
34183421

34193422
fragment.hltGetRaw = cms.EDAnalyzer( "HLTGetRaw",
34203423
RawDataCollection = cms.InputTag( "rawDataCollector" )
@@ -3485,6 +3488,7 @@
34853488
RequireMenuToMatchAlgoBlkInput = cms.bool( True ),
34863489
AlgorithmTriggersUnmasked = cms.bool( True ),
34873490
useMuonShowers = cms.bool( True ),
3491+
produceAXOL1TLScore = cms.bool( False ),
34883492
resetPSCountersEachLumiSec = cms.bool( True ),
34893493
semiRandomInitialPSCounters = cms.bool( False ),
34903494
ProduceL1GtDaqRecord = cms.bool( True ),

0 commit comments

Comments
 (0)