CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoParticleFlow/Configuration/python/RecoParticleFlow_refit_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoParticleFlow.PFTracking.particleFlowTrack_cff import *
00004 from RecoParticleFlow.PFTracking.trackerDrivenElectronSeeds_cfi import *
00005 from RecoParticleFlow.PFProducer.particleFlowSimParticle_cff import *
00006 from RecoParticleFlow.PFProducer.particleFlowBlock_cff import *
00007 from RecoParticleFlow.PFProducer.particleFlow_cff import *
00008 from RecoTracker.Configuration.RecoTracker_cff import *
00009 CaloTowerConstituentsMapBuilder = cms.ESProducer("CaloTowerConstituentsMapBuilder",
00010     MapFile = cms.untracked.string('Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz')
00011 )
00012 
00013 particleFlowReco = cms.Sequence(
00014     ckftracks*
00015     trackerDrivenElectronSeeds*
00016     particleFlowBlock*
00017     particleFlowTmp
00018     )
00019