CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoParticleFlow_nuclear_cff.py
Go to the documentation of this file.
2 
3 
5 
8 
11 
12 particleFlowRecoNuclear = cms.Sequence(
13  nuclearRemainingHits*
14  particleFlowTrackWithNuclear*
15  particleFlowBlock*particleFlowTmp
16  )
17 particleFlowBlock.useNuclear = True
18 
19