Skip to content

Commit d6eb08b

Browse files
committed
HLT menu development for 15_0_X (branch for 15_1_X)
These updates correspond to the changes accumulated in the 15_0_X release cycle before the "V1.0" GRun menu for the 2025 pp data-taking period was released. This update includes the integration of the following JIRA tickets: - [CMSHLT-3427](https://its.cern.ch/jira/browse/CMSHLT-3427) [TSG/FOG] Adding MinBias Paths to "FirstCollisions" menu (Run2025A) - [CMSHLT-3434](https://its.cern.ch/jira/browse/CMSHLT-3434) [TSG] Move OutputModules from FinalPaths to EndPaths
1 parent 862b9fd commit d6eb08b

38 files changed

+2865
-2573
lines changed

HLTrigger/Configuration/python/HLT_2024v14_cff.py

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

HLTrigger/Configuration/python/HLT_FULL_cff.py

Lines changed: 52 additions & 4 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_Fake1_cff.py

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

3-
# /dev/CMSSW_15_0_0/Fake1/V5 (CMSSW_15_0_0)
3+
# /dev/CMSSW_15_0_0/Fake1/V6 (CMSSW_15_0_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_15_0_0/Fake1/V5")
10+
tableName = cms.string("/dev/CMSSW_15_0_0/Fake1/V6")
1111
)
1212

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

HLTrigger/Configuration/python/HLT_Fake2_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# hltGetConfiguration /dev/CMSSW_15_0_0/Fake2 --cff --data --type Fake2
22

3-
# /dev/CMSSW_15_0_0/Fake2/V5 (CMSSW_15_0_0)
3+
# /dev/CMSSW_15_0_0/Fake2/V6 (CMSSW_15_0_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_15_0_0/Fake2/V5")
10+
tableName = cms.string("/dev/CMSSW_15_0_0/Fake2/V6")
1111
)
1212

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

HLTrigger/Configuration/python/HLT_Fake_cff.py

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

3-
# /dev/CMSSW_15_0_0/Fake/V5 (CMSSW_15_0_0)
3+
# /dev/CMSSW_15_0_0/Fake/V6 (CMSSW_15_0_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_15_0_0/Fake/V5")
10+
tableName = cms.string("/dev/CMSSW_15_0_0/Fake/V6")
1111
)
1212

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

HLTrigger/Configuration/python/HLT_GRun_cff.py

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

HLTrigger/Configuration/python/HLT_HIon_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hltGetConfiguration /dev/CMSSW_15_0_0/HIon --cff --data --type HIon
22

3-
# /dev/CMSSW_15_0_0/HIon/V6 (CMSSW_15_0_0)
3+
# /dev/CMSSW_15_0_0/HIon/V8 (CMSSW_15_0_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_15_0_0/HIon/V6")
12+
tableName = cms.string("/dev/CMSSW_15_0_0/HIon/V8")
1313
)
1414

1515
fragment.HLTGroupedCkfTrajectoryBuilderP5 = cms.PSet(

HLTrigger/Configuration/python/HLT_PIon_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hltGetConfiguration /dev/CMSSW_15_0_0/PIon --cff --data --type PIon
22

3-
# /dev/CMSSW_15_0_0/PIon/V6 (CMSSW_15_0_0)
3+
# /dev/CMSSW_15_0_0/PIon/V8 (CMSSW_15_0_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_15_0_0/PIon/V6")
12+
tableName = cms.string("/dev/CMSSW_15_0_0/PIon/V8")
1313
)
1414

1515
fragment.HLTGroupedCkfTrajectoryBuilderP5 = cms.PSet(

HLTrigger/Configuration/python/HLT_PRef_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hltGetConfiguration /dev/CMSSW_15_0_0/PRef --cff --data --type PRef
22

3-
# /dev/CMSSW_15_0_0/PRef/V6 (CMSSW_15_0_0)
3+
# /dev/CMSSW_15_0_0/PRef/V8 (CMSSW_15_0_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_15_0_0/PRef/V6")
12+
tableName = cms.string("/dev/CMSSW_15_0_0/PRef/V8")
1313
)
1414

1515
fragment.HLTGroupedCkfTrajectoryBuilderP5 = cms.PSet(

HLTrigger/Configuration/python/HLT_Special_cff.py

Lines changed: 51 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)