Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 import FastSimulation.Tracking.TrajectorySeedProducer_cfi
00004 pixelLessSeeds = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
00005 pixelLessSeeds.firstHitSubDetectorNumber = [3]
00006 pixelLessSeeds.firstHitSubDetectors = [3, 4, 6]
00007 pixelLessSeeds.secondHitSubDetectorNumber = [3]
00008 pixelLessSeeds.secondHitSubDetectors = [3, 4, 6]
00009 pixelLessSeeds.seedingAlgo = ['PixelLess']
00010