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 12_5_X (1/N): HLT HIon V1.0 of 2022 [12_6_X] #40046

Merged
merged 1 commit into from Nov 11, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
265 changes: 248 additions & 17 deletions HLTrigger/Configuration/python/HLT_2022v15_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
@@ -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
@@ -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
@@ -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.