src
RecoParticleFlow
PFProducer
python
particleFlowSimParticle_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#Geometry
4
# include "Geometry/CaloEventSetup/data/CaloGeometry.cfi"
5
# include used for track reconstruction
6
# note that tracking is redone since we need updated hits and they
7
# are not stored in the event!
8
from
RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cff
import
*
9
from
SimGeneral.HepPDTESSource.pythiapdt_cfi
import
*
10
from
RecoParticleFlow.PFSimProducer.particleFlowSimParticle_cfi
import
*
11
12
from
FastSimulation.Event.ParticleFilter_cfi
import
ParticleFilterBlock
13
14
particleFlowSimParticle.ParticleFilter = ParticleFilterBlock.ParticleFilter.clone(chargedPtMin = 0, EMin = 0)
pythiapdt_cfi
particleFlowSimParticle_cfi
CTFFinalFitWithMaterial_cff
final track fit
Generated for CMSSW Reference Manual by
1.8.14