Skip to content

Commit

Permalink
Migration to ConfDb 14_0_0_pre3 template and addOnTests bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Feb 8, 2024
1 parent a8ca971 commit da21703
Show file tree
Hide file tree
Showing 12 changed files with 312 additions and 312 deletions.
152 changes: 76 additions & 76 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/HIon --cff --data --type HIon

# /dev/CMSSW_14_0_0/HIon/V6 (CMSSW_14_0_0_pre3)
# /dev/CMSSW_14_0_0/HIon/V7 (CMSSW_14_0_0_pre3)

import FWCore.ParameterSet.Config as cms

Expand All @@ -12,7 +12,7 @@
fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA()

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_14_0_0/HIon/V6')
tableName = cms.string('/dev/CMSSW_14_0_0/HIon/V7')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -17207,7 +17207,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -17752,7 +17752,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -17976,7 +17976,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -18187,7 +18187,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -18411,7 +18411,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -18622,7 +18622,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --cff --data --type PIon

# /dev/CMSSW_14_0_0/PIon/V6 (CMSSW_14_0_0_pre3)
# /dev/CMSSW_14_0_0/PIon/V7 (CMSSW_14_0_0_pre3)

import FWCore.ParameterSet.Config as cms

Expand All @@ -12,7 +12,7 @@
fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA()

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_14_0_0/PIon/V6')
tableName = cms.string('/dev/CMSSW_14_0_0/PIon/V7')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
16 changes: 8 additions & 8 deletions HLTrigger/Configuration/python/HLT_PRef_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PRef --cff --data --type PRef

# /dev/CMSSW_14_0_0/PRef/V6 (CMSSW_14_0_0_pre3)
# /dev/CMSSW_14_0_0/PRef/V7 (CMSSW_14_0_0_pre3)

import FWCore.ParameterSet.Config as cms

Expand All @@ -12,7 +12,7 @@
fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA()

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_14_0_0/PRef/V6')
tableName = cms.string('/dev/CMSSW_14_0_0/PRef/V7')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -11834,7 +11834,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -12045,7 +12045,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -12266,7 +12266,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -12487,7 +12487,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -12721,7 +12721,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down Expand Up @@ -12942,7 +12942,7 @@
energyLowEdges = cms.vdouble( 0.0 ),
lessThan = cms.bool( True ),
useEt = cms.bool( False ),
useAbs = cms.bool( False ),
useAbs = cms.bool( True ),
thrRegularEB = cms.vdouble( 0.1 ),
thrRegularEE = cms.vdouble( 0.1 ),
thrOverEEB = cms.vdouble( -1.0 ),
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Special_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Special --cff --data --type Special

# /dev/CMSSW_14_0_0/Special/V6 (CMSSW_14_0_0_pre3)
# /dev/CMSSW_14_0_0/Special/V7 (CMSSW_14_0_0_pre3)

import FWCore.ParameterSet.Config as cms

Expand All @@ -12,7 +12,7 @@
fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA()

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_14_0_0/Special/V6')
tableName = cms.string('/dev/CMSSW_14_0_0/Special/V7')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
Loading

0 comments on commit da21703

Please sign in to comment.