CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelLessSeedProducer_cff.py
Go to the documentation of this file.
2 
4 pixelLessSeeds = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
5 pixelLessSeeds.firstHitSubDetectorNumber = [3]
6 pixelLessSeeds.firstHitSubDetectors = [3, 4, 6]
7 pixelLessSeeds.secondHitSubDetectorNumber = [3]
8 pixelLessSeeds.secondHitSubDetectors = [3, 4, 6]
9 pixelLessSeeds.seedingAlgo = ['PixelLess']
10