CMS 3D CMS Logo

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