CMS 3D CMS Logo

RecoLocalCalo_Cosmics_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # Ecal part
00005 #
00006 from RecoLocalCalo.Configuration.ecalLocalRecoSequenceCosmics_cff import *
00007 #defines a sequence ecalLocalRecoSequence
00008 #
00009 # Hcal part
00010 #
00011 # calo geometry
00012 #
00013 # changed by tommaso. now the calibrations are read from Configuration/StaqndardSequences/data/*Conditions.cff
00014 #
00015 # HCAL calibrations
00016 #include "CalibCalorimetry/HcalPlugins/data/hardwired_conditions.cfi"
00017 #HCAL reconstruction
00018 from RecoLocalCalo.Configuration.hcalLocalReco_cff import *
00019 #
00020 # sequence CaloLocalReco
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 

Generated on Tue Jun 9 17:43:44 2009 for CMSSW by  doxygen 1.5.4