1 import FWCore.ParameterSet.Config
as cms
3 import FastSimulation.Tracking.TrajectorySeedProducer_cfi
5 globalPixelSeedsForElectrons = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
12 globalPixelSeedsForElectrons.layerList = cms.vstring(
19 'FPix1_pos+FPix2_pos',
20 'FPix1_neg+FPix2_neg',
25 globalPixelSeedsForElectrons.originRadius = cms.double(0.02)
26 globalPixelSeedsForElectrons.originpTMin = cms.double(1.5)
30 globalPixelSeedsForPhotons = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
37 globalPixelSeedsForPhotons.layerList = cms.vstring(
44 'FPix1_pos+FPix2_pos',
45 'FPix1_neg+FPix2_neg',
48 globalPixelSeedsForPhotons.originRadius = cms.double(0.02)
49 globalPixelSeedsForPhotons.originpTMin = cms.double(1.5)