CMS 3D CMS Logo

pixelTracksTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 from ..modules.pixelTracks_cfi import *
10 
11 pixelTracksTask = cms.Task(
12  pixelFitterByHelixProjections,
13  pixelTrackFilterByKinematics,
14  pixelTracks,
15  pixelTracksHitDoublets,
16  pixelTracksHitSeeds,
17  pixelTracksSeedLayers,
18  pixelTracksTrackingRegions
19 )