CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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  MapFile = "Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz"
14 )
15 
16 particleFlowRecoTask = cms.Task(
17  ckftracksTask,
18  trackerDrivenElectronSeeds,
19  particleFlowBlock,
20  particleFlowTmp
21  )
22 particleFlowReco = cms.Sequence(particleFlowRecoTask)