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 migration to 11_1_0_pre7 and further customizations #29843

Merged
merged 2 commits into from
May 15, 2020
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
570 changes: 313 additions & 257 deletions HLTrigger/Configuration/python/HLT_2018_cff.py

Large diffs are not rendered by default.

607 changes: 329 additions & 278 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Fake1_cff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_1_0/Fake1 --type Fake1

# /dev/CMSSW_11_1_0/Fake1/V5 (CMSSW_11_1_0_pre5)
# /dev/CMSSW_11_1_0/Fake1/V6 (CMSSW_11_1_0_pre7)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_1_0/Fake1/V5')
tableName = cms.string('/dev/CMSSW_11_1_0/Fake1/V6')
)

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

# /dev/CMSSW_11_1_0/Fake2/V5 (CMSSW_11_1_0_pre5)
# /dev/CMSSW_11_1_0/Fake2/V6 (CMSSW_11_1_0_pre7)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_1_0/Fake2/V5')
tableName = cms.string('/dev/CMSSW_11_1_0/Fake2/V6')
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Fake_cff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_1_0/Fake --type Fake

# /dev/CMSSW_11_1_0/Fake/V5 (CMSSW_11_1_0_pre5)
# /dev/CMSSW_11_1_0/Fake/V6 (CMSSW_11_1_0_pre7)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_1_0/Fake/V5')
tableName = cms.string('/dev/CMSSW_11_1_0/Fake/V6')
)

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