Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RecoParticleFlow
Configuration
python
RecoParticleFlow_refit_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoParticleFlow.PFTracking.particleFlowTrack_cff
import
*
4
from
RecoParticleFlow.PFTracking.trackerDrivenElectronSeeds_cfi
import
*
5
from
RecoParticleFlow.PFProducer.particleFlowSimParticle_cff
import
*
6
from
RecoParticleFlow.PFProducer.particleFlowBlock_cff
import
*
7
from
RecoParticleFlow.PFProducer.particleFlow_cff
import
*
8
from
RecoTracker.Configuration.RecoTracker_cff
import
*
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)
trackerDrivenElectronSeeds_cfi
particleFlow_cff
particleFlowBlock_cff
particleFlowTrack_cff
RecoTracker_cff
particleFlowSimParticle_cff
Generated for CMSSW Reference Manual by
1.8.5