Skip to content

Commit

Permalink
Merge pull request #32912 from cms-tsg-storm/HLTcleanup113X
Browse files Browse the repository at this point in the history
HLT - removal of unused modules
  • Loading branch information
cmsbuild committed Feb 17, 2021
2 parents 1218520 + bd2e525 commit d621ae0
Show file tree
Hide file tree
Showing 10 changed files with 272 additions and 428 deletions.
178 changes: 67 additions & 111 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

132 changes: 53 additions & 79 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

32 changes: 12 additions & 20 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_3_0/PIon --type PIon

# /dev/CMSSW_11_3_0/PIon/V8 (CMSSW_11_3_0_pre2)
# /dev/CMSSW_11_3_0/PIon/V9 (CMSSW_11_3_0_pre2)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_3_0/PIon/V8')
tableName = cms.string('/dev/CMSSW_11_3_0/PIon/V9')
)

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_11_3_0/PRef --type PRef

# /dev/CMSSW_11_3_0/PRef/V8 (CMSSW_11_3_0_pre2)
# /dev/CMSSW_11_3_0/PRef/V9 (CMSSW_11_3_0_pre2)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_3_0/PRef/V8')
tableName = cms.string('/dev/CMSSW_11_3_0/PRef/V9')
)

fragment.transferSystem = cms.PSet(
Expand Down
178 changes: 67 additions & 111 deletions HLTrigger/Configuration/test/OnLine_HLT_FULL.py

Large diffs are not rendered by default.

132 changes: 53 additions & 79 deletions HLTrigger/Configuration/test/OnLine_HLT_GRun.py

Large diffs are not rendered by default.

32 changes: 12 additions & 20 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_11_3_0/PIon --type PIon --unprescale --process HLTPIon --globaltag auto:run3_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root

# /dev/CMSSW_11_3_0/PIon/V8 (CMSSW_11_3_0_pre2)
# /dev/CMSSW_11_3_0/PIon/V9 (CMSSW_11_3_0_pre2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_3_0/PIon/V8')
tableName = cms.string('/dev/CMSSW_11_3_0/PIon/V9')
)

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_11_3_0/PRef --type PRef --unprescale --process HLTPRef --globaltag auto:run3_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root

# /dev/CMSSW_11_3_0/PRef/V8 (CMSSW_11_3_0_pre2)
# /dev/CMSSW_11_3_0/PRef/V9 (CMSSW_11_3_0_pre2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPRef" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_3_0/PRef/V8')
tableName = cms.string('/dev/CMSSW_11_3_0/PRef/V9')
)

process.transferSystem = cms.PSet(
Expand Down

0 comments on commit d621ae0

Please sign in to comment.