CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
particleFlowTrack_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
8 
9 particleFlowTrack = cms.Sequence(pfTrack*pfTrackElec)
10 particleFlowTrackWithNuclear = cms.Sequence(pfTrack*pfTrackElec*pfNuclear)
11 particleFlowTrackWithV0 = cms.Sequence(pfTrack*pfTrackElec*pfV0)
12 pfTrackingGlobalReco = cms.Sequence(particleFlowTrackWithDisplacedVertex)