CMS 3D CMS Logo

RecoParticleFlow_nuclear_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
5 
8 
11 
12 particleFlowRecoNuclear = cms.Sequence(
13  nuclearRemainingHits*
14  particleFlowTrackWithNuclear*
15  particleFlowBlock*particleFlowTmp
16  )
17 particleFlowBlock.useNuclear = True
18 
19