![]() |
![]() |
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