Skip to content

Commit

Permalink
Bug fix in parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Oct 22, 2019
1 parent 978fa06 commit 7dd3611
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_0_0/HLT --type FULL

# /dev/CMSSW_11_0_0/HLT/V19 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/HLT/V20 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/HLT/V19')
tableName = cms.string('/dev/CMSSW_11_0_0/HLT/V20')
)

fragment.transferSystem = cms.PSet(
Expand Down Expand Up @@ -13438,7 +13438,7 @@
algoName = cms.string( "Basic2DGenericPFlowPositionCalc" ),
minFractionInCalc = cms.double( 1.0E-9 ),
logWeightDenominatorByDetector = cms.VPSet(
cms.PSet( depths = cms.vuint32( 1, 2, 3, 4 ),
cms.PSet( depths = cms.vint32( 1, 2, 3, 4 ),
detector = cms.string( "HCAL_BARREL1" ),
logWeightDenominator = cms.vdouble( 0.1, 0.2, 0.3, 0.3 )
),
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_0_0/GRun --type GRun

# /dev/CMSSW_11_0_0/GRun/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/GRun/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/GRun/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/GRun/V10')
)

fragment.transferSystem = cms.PSet(
Expand Down Expand Up @@ -12121,7 +12121,7 @@
algoName = cms.string( "Basic2DGenericPFlowPositionCalc" ),
minFractionInCalc = cms.double( 1.0E-9 ),
logWeightDenominatorByDetector = cms.VPSet(
cms.PSet( depths = cms.vuint32( 1, 2, 3, 4 ),
cms.PSet( depths = cms.vint32( 1, 2, 3, 4 ),
detector = cms.string( "HCAL_BARREL1" ),
logWeightDenominator = cms.vdouble( 0.1, 0.2, 0.3, 0.3 )
),
Expand Down
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_11_0_0/HIon --type HIon

# /dev/CMSSW_11_0_0/HIon/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/HIon/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/HIon/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/HIon/V10')
)

fragment.transferSystem = cms.PSet(
Expand Down Expand Up @@ -12043,7 +12043,7 @@
algoName = cms.string( "Basic2DGenericPFlowPositionCalc" ),
minFractionInCalc = cms.double( 1.0E-9 ),
logWeightDenominatorByDetector = cms.VPSet(
cms.PSet( depths = cms.vuint32( 1, 2, 3, 4 ),
cms.PSet( depths = cms.vint32( 1, 2, 3, 4 ),
detector = cms.string( "HCAL_BARREL1" ),
logWeightDenominator = cms.vdouble( 0.1, 0.2, 0.3, 0.3 )
),
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_0_0/PIon --type PIon

# /dev/CMSSW_11_0_0/PIon/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/PIon/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/PIon/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/PIon/V10')
)

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

# /dev/CMSSW_11_0_0/PRef/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/PRef/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/PRef/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/PRef/V10')
)

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_0_0/HLT --type FULL --unprescale --process HLTFULL --globaltag auto:run2_hlt_FULL --input file:RelVal_Raw_FULL_DATA.root

# /dev/CMSSW_11_0_0/HLT/V19 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/HLT/V20 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTFULL" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/HLT/V19')
tableName = cms.string('/dev/CMSSW_11_0_0/HLT/V20')
)

process.transferSystem = cms.PSet(
Expand Down Expand Up @@ -13739,7 +13739,7 @@
algoName = cms.string( "Basic2DGenericPFlowPositionCalc" ),
minFractionInCalc = cms.double( 1.0E-9 ),
logWeightDenominatorByDetector = cms.VPSet(
cms.PSet( depths = cms.vuint32( 1, 2, 3, 4 ),
cms.PSet( depths = cms.vint32( 1, 2, 3, 4 ),
detector = cms.string( "HCAL_BARREL1" ),
logWeightDenominator = cms.vdouble( 0.1, 0.2, 0.3, 0.3 )
),
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_0_0/GRun --type GRun --unprescale --process HLTGRun --globaltag auto:run2_hlt_GRun --input file:RelVal_Raw_GRun_DATA.root

# /dev/CMSSW_11_0_0/GRun/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/GRun/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTGRun" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/GRun/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/GRun/V10')
)

process.transferSystem = cms.PSet(
Expand Down Expand Up @@ -12422,7 +12422,7 @@
algoName = cms.string( "Basic2DGenericPFlowPositionCalc" ),
minFractionInCalc = cms.double( 1.0E-9 ),
logWeightDenominatorByDetector = cms.VPSet(
cms.PSet( depths = cms.vuint32( 1, 2, 3, 4 ),
cms.PSet( depths = cms.vint32( 1, 2, 3, 4 ),
detector = cms.string( "HCAL_BARREL1" ),
logWeightDenominator = cms.vdouble( 0.1, 0.2, 0.3, 0.3 )
),
Expand Down
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_11_0_0/HIon --type HIon --unprescale --process HLTHIon --globaltag auto:run2_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root

# /dev/CMSSW_11_0_0/HIon/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/HIon/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/HIon/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/HIon/V10')
)

process.transferSystem = cms.PSet(
Expand Down Expand Up @@ -12344,7 +12344,7 @@
algoName = cms.string( "Basic2DGenericPFlowPositionCalc" ),
minFractionInCalc = cms.double( 1.0E-9 ),
logWeightDenominatorByDetector = cms.VPSet(
cms.PSet( depths = cms.vuint32( 1, 2, 3, 4 ),
cms.PSet( depths = cms.vint32( 1, 2, 3, 4 ),
detector = cms.string( "HCAL_BARREL1" ),
logWeightDenominator = cms.vdouble( 0.1, 0.2, 0.3, 0.3 )
),
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_0_0/PIon --type PIon --unprescale --process HLTPIon --globaltag auto:run2_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root

# /dev/CMSSW_11_0_0/PIon/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/PIon/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/PIon/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/PIon/V10')
)

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

# /dev/CMSSW_11_0_0/PRef/V9 (CMSSW_11_0_0_pre9)
# /dev/CMSSW_11_0_0/PRef/V10 (CMSSW_11_0_0_pre9)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPRef" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_11_0_0/PRef/V9')
tableName = cms.string('/dev/CMSSW_11_0_0/PRef/V10')
)

process.transferSystem = cms.PSet(
Expand Down

0 comments on commit 7dd3611

Please sign in to comment.