CMS 3D CMS Logo

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