CMS 3D CMS Logo

RecoParticleFlow_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoParticleFlow.PFClusterProducer.particleFlowCluster_cff import *
00004 
00005 from RecoParticleFlow.PFTracking.particleFlowTrack_cff import *
00006 
00007 from RecoParticleFlow.PFBlockProducer.particleFlowSimParticle_cff import *
00008 from RecoParticleFlow.PFBlockProducer.particleFlowBlock_cff import *
00009 
00010 from RecoParticleFlow.PFProducer.particleFlow_cff import *
00011 
00012 particleFlowReco = cms.Sequence( particleFlowCluster*
00013                                  particleFlowTrack*
00014                                  particleFlowBlock*
00015                                  particleFlow )
00016 

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