CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiTracking_cff.py
Go to the documentation of this file.
1 
8 
9 hiTracking = cms.Sequence(
10  hiBasicTracking
11  *hiSecondPixelTripletStep
12  *hiPixelPairStep
13  *hiGeneralTracks
14  )
15 
16 hiTracking_wConformalPixel = cms.Sequence(
17  hiBasicTracking
18  *hiSecondPixelTripletStep
19  *hiPixelPairStep
20  *hiGeneralTracks
21  *hiConformalPixelTracks
22  )
23