00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 from RecoLocalCalo.Configuration.ecalLocalRecoSequenceCosmics_cff import *
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 from RecoLocalCalo.Configuration.hcalLocalReco_cff import *
00019
00020
00021
00022 calolocalreco = cms.Sequence(ecalLocalRecoSequence+hcalLocalRecoSequence)
00023 hbhereco.firstSample = 1
00024 hbhereco.samplesToAdd = 8
00025 hbhereco.correctForTimeslew = True
00026 hbhereco.correctForPhaseContainment = True
00027 hbhereco.correctionPhaseNS = 10.0
00028 horeco.firstSample = 1
00029 horeco.samplesToAdd = 8
00030 horeco.correctForTimeslew = True
00031 horeco.correctForPhaseContainment = True
00032 horeco.correctionPhaseNS = 10.
00033 hfreco.firstSample = 1
00034 hfreco.samplesToAdd = 8
00035 hfreco.correctForTimeslew = True
00036 hfreco.correctForPhaseContainment = True
00037 hfreco.correctionPhaseNS = 10.
00038