CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoParticleFlow_cff.py
Go to the documentation of this file.
2 
3 
5 #from RecoParticleFlow.PFTracking.particleFlowTrackWithDisplacedVertex_cff import *
6 
9 
14 #from RecoParticleFlow.PFProducer.pfGsfElectronCiCSelector_cff import *
16 
17 
19 
21 
22 particleFlowReco = cms.Sequence( particleFlowTrackWithDisplacedVertex*
23 # pfGsfElectronCiCSelectionSequence*
24  pfGsfElectronMVASelectionSequence*
25  particleFlowBlock*
26  particleFlowEGamma*
27  particleFlowTmp*
28  particleFlowTmpPtrs*
29  pfElectronTranslatorSequence*
30  pfPhotonTranslatorSequence*
31  pfParticleSelectionSequence )
32 
33 particleFlowLinks = cms.Sequence( particleFlow*particleFlowPtrs )