CMS 3D CMS Logo

particleFlowTrackWithDisplacedVertex_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
10 
11 
12 
13 particleFlowTrackWithDisplacedVertexTask =cms.Task(
14  pfTrack,
15  pfConversions,
16  pfV0,
17  particleFlowDisplacedVertexCandidate,
18  particleFlowDisplacedVertex,
19  pfDisplacedTrackerVertex,
20  pfTrackElec
21  )
22 particleFlowTrackWithDisplacedVertex =cms.Sequence(particleFlowTrackWithDisplacedVertexTask)
23