Skip to content

Commit

Permalink
Merge pull request #36694 from cms-tsg-storm/HLTmigrationTo1220
Browse files Browse the repository at this point in the history
HLT menu migration to 12_2_0
  • Loading branch information
cmsbuild committed Jan 12, 2022
2 parents 68eee23 + f2fb05f commit 44ba701
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 32 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/HLT --type FULL

# /dev/CMSSW_12_2_0/HLT/V9 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/HLT/V10 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/HLT/V9')
tableName = cms.string('/dev/CMSSW_12_2_0/HLT/V10')
)

fragment.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Fake1_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/Fake1 --type Fake1

# /dev/CMSSW_12_2_0/Fake1/V5 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/Fake1/V6 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/Fake1/V5')
tableName = cms.string('/dev/CMSSW_12_2_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
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/Fake2 --type Fake2

# /dev/CMSSW_12_2_0/Fake2/V5 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/Fake2/V6 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/Fake2/V5')
tableName = cms.string('/dev/CMSSW_12_2_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
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/Fake --type Fake

# /dev/CMSSW_12_2_0/Fake/V5 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/Fake/V6 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

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

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/GRun --type GRun

# /dev/CMSSW_12_2_0/GRun/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/GRun/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/GRun/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/GRun/V8')
)

fragment.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/HIon --type HIon

# /dev/CMSSW_12_2_0/HIon/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/HIon/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/HIon/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/HIon/V8')
)

fragment.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/PIon --type PIon

# /dev/CMSSW_12_2_0/PIon/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/PIon/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/PIon/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/PIon/V8')
)

fragment.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PRef_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_12_2_0/PRef --type PRef

# /dev/CMSSW_12_2_0/PRef/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/PRef/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/PRef/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/PRef/V8')
)

fragment.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_FULL.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/HLT --type FULL --unprescale --process HLTFULL --globaltag auto:run3_hlt_FULL --input file:RelVal_Raw_FULL_DATA.root

# /dev/CMSSW_12_2_0/HLT/V9 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/HLT/V10 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTFULL" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/HLT/V9')
tableName = cms.string('/dev/CMSSW_12_2_0/HLT/V10')
)

process.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_Fake.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/Fake --type Fake --unprescale --process HLTFake --globaltag auto:run1_hlt_Fake --input file:RelVal_Raw_Fake_DATA.root

# /dev/CMSSW_12_2_0/Fake/V5 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/Fake/V6 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTFake" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/Fake/V5')
tableName = cms.string('/dev/CMSSW_12_2_0/Fake/V6')
)

process.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_Fake1.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/Fake1 --type Fake1 --unprescale --process HLTFake1 --globaltag auto:run2_hlt_Fake1 --input file:RelVal_Raw_Fake1_DATA.root

# /dev/CMSSW_12_2_0/Fake1/V5 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/Fake1/V6 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTFake1" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/Fake1/V5')
tableName = cms.string('/dev/CMSSW_12_2_0/Fake1/V6')
)

process.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_Fake2.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/Fake2 --type Fake2 --unprescale --process HLTFake2 --globaltag auto:run2_hlt_Fake2 --input file:RelVal_Raw_Fake2_DATA.root

# /dev/CMSSW_12_2_0/Fake2/V5 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/Fake2/V6 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTFake2" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/Fake2/V5')
tableName = cms.string('/dev/CMSSW_12_2_0/Fake2/V6')
)

process.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_GRun.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/GRun --type GRun --unprescale --process HLTGRun --globaltag auto:run3_hlt_GRun --input file:RelVal_Raw_GRun_DATA.root

# /dev/CMSSW_12_2_0/GRun/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/GRun/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTGRun" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/GRun/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/GRun/V8')
)

process.transferSystem = cms.PSet(
Expand Down
5 changes: 3 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/HIon --type HIon --unprescale --process HLTHIon --globaltag auto:run3_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root

# /dev/CMSSW_12_2_0/HIon/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/HIon/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/HIon/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/HIon/V8')
)

process.transferSystem = cms.PSet(
Expand Down Expand Up @@ -34667,6 +34667,7 @@
)

process.DQMOutput = cms.EndPath( process.dqmOutput )
process.schedule.append( process.DQMOutput )

# add specific customizations
_customInfo = {}
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/PIon --type PIon --unprescale --process HLTPIon --globaltag auto:run3_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root

# /dev/CMSSW_12_2_0/PIon/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/PIon/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/PIon/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/PIon/V8')
)

process.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PRef.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_12_2_0/PRef --type PRef --unprescale --process HLTPRef --globaltag auto:run3_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root

# /dev/CMSSW_12_2_0/PRef/V7 (CMSSW_12_2_0_pre3)
# /dev/CMSSW_12_2_0/PRef/V8 (CMSSW_12_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPRef" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_12_2_0/PRef/V7')
tableName = cms.string('/dev/CMSSW_12_2_0/PRef/V8')
)

process.transferSystem = cms.PSet(
Expand Down

0 comments on commit 44ba701

Please sign in to comment.