CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoParticleFlow/PFProducer/python/particleFlow_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Geometry
00004 # include used for track reconstruction 
00005 # note that tracking is redone since we need updated hits and they 
00006 # are not stored in the event!
00007 from RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cff import *
00008 from RecoParticleFlow.PFProducer.particleFlow_cfi import *
00009