Skip to content

Commit

Permalink
Backport: further modification to new Scouting path in HLT (cms-sw#32871
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Martin-Grunewald authored and fwyzard committed Feb 11, 2021
1 parent b4f3b02 commit d33dea8
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_2_0/HLT --type FULL

# /dev/CMSSW_11_2_0/HLT/V42 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/HLT/V43 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/HLT/V42')
tableName = cms.string('/dev/CMSSW_11_2_0/HLT/V43')
)

fragment.transferSystem = cms.PSet(
Expand Down Expand Up @@ -80995,7 +80995,7 @@
d0err_par = cms.vdouble( 0.001, 0.001, 3.40282346639E38 )
),
maxLostLayers = cms.vint32( 4, 3, 2 ),
min3DLayers = cms.vint32( 0, 0, 2 ),
min3DLayers = cms.vint32( 0, 0, 0 ),
dz_par = cms.PSet(
dz_par1 = cms.vdouble( 0.4, 0.4, 3.40282346639E38 ),
dz_par2 = cms.vdouble( 0.35, 0.35, 3.40282346639E38 ),
Expand Down
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_2_0/GRun --type GRun

# /dev/CMSSW_11_2_0/GRun/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/GRun/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/GRun/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/GRun/V19')
)

fragment.transferSystem = cms.PSet(
Expand Down Expand Up @@ -77181,7 +77181,7 @@
d0err_par = cms.vdouble( 0.001, 0.001, 3.40282346639E38 )
),
maxLostLayers = cms.vint32( 4, 3, 2 ),
min3DLayers = cms.vint32( 0, 0, 2 ),
min3DLayers = cms.vint32( 0, 0, 0 ),
dz_par = cms.PSet(
dz_par1 = cms.vdouble( 0.4, 0.4, 3.40282346639E38 ),
dz_par2 = cms.vdouble( 0.35, 0.35, 3.40282346639E38 ),
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_2_0/HIon --type HIon

# /dev/CMSSW_11_2_0/HIon/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/HIon/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/HIon/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/HIon/V19')
)

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_11_2_0/PIon --type PIon

# /dev/CMSSW_11_2_0/PIon/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/PIon/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/PIon/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/PIon/V19')
)

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

# /dev/CMSSW_11_2_0/PRef/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/PRef/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/PRef/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/PRef/V19')
)

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

# /dev/CMSSW_11_2_0/HLT/V42 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/HLT/V43 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTFULL" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/HLT/V42')
tableName = cms.string('/dev/CMSSW_11_2_0/HLT/V43')
)

process.transferSystem = cms.PSet(
Expand Down Expand Up @@ -81271,7 +81271,7 @@
d0err_par = cms.vdouble( 0.001, 0.001, 3.40282346639E38 )
),
maxLostLayers = cms.vint32( 4, 3, 2 ),
min3DLayers = cms.vint32( 0, 0, 2 ),
min3DLayers = cms.vint32( 0, 0, 0 ),
dz_par = cms.PSet(
dz_par1 = cms.vdouble( 0.4, 0.4, 3.40282346639E38 ),
dz_par2 = cms.vdouble( 0.35, 0.35, 3.40282346639E38 ),
Expand Down
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/test/OnLine_HLT_GRun.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_11_2_0/GRun --type GRun --unprescale --process HLTGRun --globaltag auto:run3_hlt_GRun --input file:RelVal_Raw_GRun_DATA.root

# /dev/CMSSW_11_2_0/GRun/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/GRun/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTGRun" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/GRun/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/GRun/V19')
)

process.transferSystem = cms.PSet(
Expand Down Expand Up @@ -77457,7 +77457,7 @@
d0err_par = cms.vdouble( 0.001, 0.001, 3.40282346639E38 )
),
maxLostLayers = cms.vint32( 4, 3, 2 ),
min3DLayers = cms.vint32( 0, 0, 2 ),
min3DLayers = cms.vint32( 0, 0, 0 ),
dz_par = cms.PSet(
dz_par1 = cms.vdouble( 0.4, 0.4, 3.40282346639E38 ),
dz_par2 = cms.vdouble( 0.35, 0.35, 3.40282346639E38 ),
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_11_2_0/HIon --type HIon --unprescale --process HLTHIon --globaltag auto:run3_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root

# /dev/CMSSW_11_2_0/HIon/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/HIon/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/HIon/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/HIon/V19')
)

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

# /dev/CMSSW_11_2_0/PIon/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/PIon/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/PIon/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/PIon/V19')
)

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

# /dev/CMSSW_11_2_0/PRef/V18 (CMSSW_11_2_0)
# /dev/CMSSW_11_2_0/PRef/V19 (CMSSW_11_2_0)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPRef" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_2_0/PRef/V18')
tableName = cms.string('/dev/CMSSW_11_2_0/PRef/V19')
)

process.transferSystem = cms.PSet(
Expand Down

0 comments on commit d33dea8

Please sign in to comment.