CMS 3D CMS Logo

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!
11 
12 from FastSimulation.Event.ParticleFilter_cfi import ParticleFilterBlock
13 
14 particleFlowSimParticle.ParticleFilter = ParticleFilterBlock.ParticleFilter.clone(chargedPtMin = 0, EMin = 0)