Skip to content

Commit

Permalink
Merge pull request #32253 from cms-tsg-storm/HLTmigrationTo1120pre9
Browse files Browse the repository at this point in the history
HLT menu migration to 11_2_0_pre9 template
  • Loading branch information
cmsbuild authored Nov 24, 2020
2 parents 61c8414 + fa946b1 commit f4f4ada
Show file tree
Hide file tree
Showing 18 changed files with 526 additions and 461 deletions.
142 changes: 118 additions & 24 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_2_0/Fake1 --type Fake1

# /dev/CMSSW_11_2_0/Fake1/V6 (CMSSW_11_2_0_pre7)
# /dev/CMSSW_11_2_0/Fake1/V7 (CMSSW_11_2_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/Fake1/V6')
tableName = cms.string('/dev/CMSSW_11_2_0/Fake1/V7')
)

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_2_0/Fake2 --type Fake2

# /dev/CMSSW_11_2_0/Fake2/V6 (CMSSW_11_2_0_pre7)
# /dev/CMSSW_11_2_0/Fake2/V7 (CMSSW_11_2_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/Fake2/V6')
tableName = cms.string('/dev/CMSSW_11_2_0/Fake2/V7')
)

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_2_0/Fake --type Fake

# /dev/CMSSW_11_2_0/Fake/V6 (CMSSW_11_2_0_pre7)
# /dev/CMSSW_11_2_0/Fake/V7 (CMSSW_11_2_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/Fake/V6')
tableName = cms.string('/dev/CMSSW_11_2_0/Fake/V7')
)

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

0 comments on commit f4f4ada

Please sign in to comment.