CMS 3D CMS Logo

particleFlow_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Geometry
4 # include used for track reconstruction
5 # note that tracking is redone since we need updated hits and they
6 # are not stored in the event!
10 
11 particleFlowTmp = particleFlow.clone()
12 
13 from Configuration.Eras.Modifier_pf_badHcalMitigation_cff import pf_badHcalMitigation
14 pf_badHcalMitigation.toModify(particleFlowTmp.PFEGammaFiltersParameters,
15  electron_protectionsForBadHcal = dict(enableProtections = True),
16  photon_protectionsForBadHcal = dict(enableProtections = True))
17 
18 from Configuration.ProcessModifiers.egamma_lowPt_exclusive_cff import egamma_lowPt_exclusive
19 egamma_lowPt_exclusive.toModify(particleFlowTmp.PFEGammaFiltersParameters,photon_MinEt = 1.)
particleFlow_cfi
particleFlowTmpPtrs_cfi
CTFFinalFitWithMaterial_cff
final track fit