CMS 3D CMS Logo

RecoParticleFlow_refit_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
9 
10 import Geometry.CaloEventSetup.caloTowerConstituents_cfi
11 
12 CaloTowerConstituentsMapBuilder = Geometry.CaloEventSetup.caloTowerConstituents_cfi.caloTowerConstituents.clone()
13 CaloTowerConstituentsMapBuilder.MapFile = "Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz"
14 
15 particleFlowReco = cms.Sequence(
16  ckftracks*
17  trackerDrivenElectronSeeds*
18  particleFlowBlock*
19  particleFlowTmp
20  )
21