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 particleFlowRecoTask = cms.Task(
16  ckftracksTask,
17  trackerDrivenElectronSeeds,
18  particleFlowBlock,
19  particleFlowTmp
20  )
21 particleFlowReco = cms.Sequence(particleFlowRecoTask)
trackerDrivenElectronSeeds_cfi
particleFlowBlock_cff
particleFlow_cff
particleFlowSimParticle_cff
particleFlowTrack_cff
RecoTracker_cff