Skip to content

Commit

Permalink
Merge pull request #40047 from cms-tsg-storm/HLTdevelopment125X
Browse files Browse the repository at this point in the history
HLT menu development for `12_5_X` (1/N): HLT HIon V1.0 of 2022
  • Loading branch information
cmsbuild authored Nov 14, 2022
2 parents b70e59d + 584c95b commit 94b052b
Show file tree
Hide file tree
Showing 32 changed files with 11,773 additions and 5,674 deletions.
261 changes: 244 additions & 17 deletions HLTrigger/Configuration/python/HLT_2022v14_cff.py

Large diffs are not rendered by default.

3,510 changes: 2,332 additions & 1,178 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,14 +1,14 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_4_0/Fake1 --type Fake1
# hltGetConfiguration --cff --data /dev/CMSSW_12_5_0/Fake1 --type Fake1

# /dev/CMSSW_12_4_0/Fake1/V9 (CMSSW_12_4_0)
# /dev/CMSSW_12_5_0/Fake1/V11 (CMSSW_12_5_2)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )


fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_4_0/Fake1/V9')
tableName = cms.string('/dev/CMSSW_12_5_0/Fake1/V11')
)

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

# /dev/CMSSW_12_4_0/Fake2/V9 (CMSSW_12_4_0)
# /dev/CMSSW_12_5_0/Fake2/V11 (CMSSW_12_5_2)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )


fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_4_0/Fake2/V9')
tableName = cms.string('/dev/CMSSW_12_5_0/Fake2/V11')
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
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,14 +1,14 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_4_0/Fake --type Fake
# hltGetConfiguration --cff --data /dev/CMSSW_12_5_0/Fake --type Fake

# /dev/CMSSW_12_4_0/Fake/V9 (CMSSW_12_4_0)
# /dev/CMSSW_12_5_0/Fake/V11 (CMSSW_12_5_2)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )


fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_4_0/Fake/V9')
tableName = cms.string('/dev/CMSSW_12_5_0/Fake/V11')
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
1,830 changes: 1,401 additions & 429 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

Loading

0 comments on commit 94b052b

Please sign in to comment.