CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalPixelSeedProducerForElectrons_cff.py
Go to the documentation of this file.
2 
4 
5 globalPixelSeedsForElectrons = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
6 globalPixelSeedsForElectrons.firstHitSubDetectorNumber = [2]
7 globalPixelSeedsForElectrons.firstHitSubDetectors = [1, 2]
8 globalPixelSeedsForElectrons.secondHitSubDetectorNumber = [2]
9 globalPixelSeedsForElectrons.secondHitSubDetectors = [1, 2]
10 globalPixelSeedsForElectrons.seedingAlgo = ['GlobalPixel']
11 globalPixelSeedsForElectrons.zVertexConstraint = cms.vdouble(0.5)
12 globalPixelSeedsForElectrons.originRadius = cms.vdouble(0.02)
13 globalPixelSeedsForElectrons.originpTMin = cms.vdouble(1.5)
14 
15 globalPixelSeedsForPhotons = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
16 globalPixelSeedsForPhotons.firstHitSubDetectorNumber = [2]
17 globalPixelSeedsForPhotons.firstHitSubDetectors = [1, 2]
18 globalPixelSeedsForPhotons.secondHitSubDetectorNumber = [2]
19 globalPixelSeedsForPhotons.secondHitSubDetectors = [1, 2]
20 globalPixelSeedsForPhotons.seedingAlgo = ['GlobalPixel']
21 globalPixelSeedsForPhotons.zVertexConstraint = cms.vdouble(-1)
22 globalPixelSeedsForPhotons.originRadius = cms.vdouble(0.02)
23 globalPixelSeedsForPhotons.originpTMin = cms.vdouble(1.5)