diff --git a/HLTrigger/Configuration/python/HLT_50nsGRun_cff.py b/HLTrigger/Configuration/python/HLT_50nsGRun_cff.py index 08af1bfe283fe..2d044af4c42ba 100644 --- a/HLTrigger/Configuration/python/HLT_50nsGRun_cff.py +++ b/HLTrigger/Configuration/python/HLT_50nsGRun_cff.py @@ -1,11 +1,11 @@ -# /dev/CMSSW_7_4_0/50nsGRun/V93 (CMSSW_7_4_2_HLT3) +# /dev/CMSSW_7_4_0/50nsGRun/V94 (CMSSW_7_4_2_HLT3) import FWCore.ParameterSet.Config as cms fragment = cms.ProcessFragment( "HLT" ) fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_7_4_0/50nsGRun/V93') + tableName = cms.string('/dev/CMSSW_7_4_0/50nsGRun/V94') ) fragment.HLTIter4PSetTrajectoryFilterIT = cms.PSet( @@ -2106,7 +2106,7 @@ samplesToAdd = cms.int32( 4 ), mcOOTCorrectionCategory = cms.string( "MC" ), dataOOTCorrectionName = cms.string( "" ), - puCorrMethod = cms.int32( 3 ), + puCorrMethod = cms.int32( 0 ), correctionPhaseNS = cms.double( 13.0 ), HFInWindowStat = cms.PSet( ), digiLabel = cms.InputTag( "hltHcalDigis" ), diff --git a/HLTrigger/Configuration/python/HLT_50ns_5e33_v2_cff.py b/HLTrigger/Configuration/python/HLT_50ns_5e33_v2_cff.py index 9992af03f515d..4786abce911d9 100644 --- a/HLTrigger/Configuration/python/HLT_50ns_5e33_v2_cff.py +++ b/HLTrigger/Configuration/python/HLT_50ns_5e33_v2_cff.py @@ -1,11 +1,11 @@ -# /frozen/2015/50ns_5e33/v2.0/HLT/V2 (CMSSW_7_4_2_HLT3) +# /frozen/2015/50ns_5e33/v2.0/HLT/V3 (CMSSW_7_4_2_HLT3) import FWCore.ParameterSet.Config as cms fragment = cms.ProcessFragment( "HLT" ) fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/frozen/2015/50ns_5e33/v2.0/HLT/V2') + tableName = cms.string('/frozen/2015/50ns_5e33/v2.0/HLT/V3') ) fragment.HLTIter4PSetTrajectoryFilterIT = cms.PSet( @@ -2106,7 +2106,7 @@ samplesToAdd = cms.int32( 4 ), mcOOTCorrectionCategory = cms.string( "MC" ), dataOOTCorrectionName = cms.string( "" ), - puCorrMethod = cms.int32( 3 ), + puCorrMethod = cms.int32( 0 ), correctionPhaseNS = cms.double( 13.0 ), HFInWindowStat = cms.PSet( ), digiLabel = cms.InputTag( "hltHcalDigis" ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_50nsGRun.py b/HLTrigger/Configuration/test/OnLine_HLT_50nsGRun.py index 199cb8aaa6046..7d3b6f3214b21 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_50nsGRun.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_50nsGRun.py @@ -1,11 +1,11 @@ -# /dev/CMSSW_7_4_0/50nsGRun/V93 (CMSSW_7_4_2_HLT3) +# /dev/CMSSW_7_4_0/50nsGRun/V94 (CMSSW_7_4_2_HLT3) import FWCore.ParameterSet.Config as cms process = cms.Process( "HLT50nsGRun" ) process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_7_4_0/50nsGRun/V93') + tableName = cms.string('/dev/CMSSW_7_4_0/50nsGRun/V94') ) process.HLTIter4PSetTrajectoryFilterIT = cms.PSet( @@ -2668,7 +2668,7 @@ samplesToAdd = cms.int32( 4 ), mcOOTCorrectionCategory = cms.string( "MC" ), dataOOTCorrectionName = cms.string( "" ), - puCorrMethod = cms.int32( 3 ), + puCorrMethod = cms.int32( 0 ), correctionPhaseNS = cms.double( 13.0 ), HFInWindowStat = cms.PSet( ), digiLabel = cms.InputTag( "hltHcalDigis" ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_50ns_5e33_v2.py b/HLTrigger/Configuration/test/OnLine_HLT_50ns_5e33_v2.py index 42270071699ed..c786981d35182 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_50ns_5e33_v2.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_50ns_5e33_v2.py @@ -1,11 +1,11 @@ -# /frozen/2015/50ns_5e33/v2.0/HLT/V2 (CMSSW_7_4_2_HLT3) +# /frozen/2015/50ns_5e33/v2.0/HLT/V3 (CMSSW_7_4_2_HLT3) import FWCore.ParameterSet.Config as cms process = cms.Process( "HLT50ns5e33v2" ) process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/frozen/2015/50ns_5e33/v2.0/HLT/V2') + tableName = cms.string('/frozen/2015/50ns_5e33/v2.0/HLT/V3') ) process.HLTIter4PSetTrajectoryFilterIT = cms.PSet( @@ -2668,7 +2668,7 @@ samplesToAdd = cms.int32( 4 ), mcOOTCorrectionCategory = cms.string( "MC" ), dataOOTCorrectionName = cms.string( "" ), - puCorrMethod = cms.int32( 3 ), + puCorrMethod = cms.int32( 0 ), correctionPhaseNS = cms.double( 13.0 ), HFInWindowStat = cms.PSet( ), digiLabel = cms.InputTag( "hltHcalDigis" ),