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