Skip to content

Commit d5f4a63

Browse files
authored
Merge pull request #47529 from cms-tsg-storm/HLTdevelopment150X_for151X
HLT menu development for `15_0_X` (2/N) [`15_1_X`]
2 parents e8f14aa + d6eb08b commit d5f4a63

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)