Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLT: Fix HCAL PU correction for 50ns #9196

Merged
merged 2 commits into from May 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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(
Expand Down Expand Up @@ -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" ),
Expand Down
6 changes: 3 additions & 3 deletions 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(
Expand Down Expand Up @@ -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" ),
Expand Down
6 changes: 3 additions & 3 deletions 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(
Expand Down Expand Up @@ -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" ),
Expand Down
6 changes: 3 additions & 3 deletions 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(
Expand Down Expand Up @@ -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" ),
Expand Down