00001 import FWCore.ParameterSet.Config as cms 00002 00003 import FastSimulation.Tracking.TrajectorySeedProducer_cfi 00004 globalMixedSeeds = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone() 00005 globalMixedSeeds.firstHitSubDetectorNumber = [3] 00006 globalMixedSeeds.firstHitSubDetectors = [1, 2, 6] 00007 globalMixedSeeds.secondHitSubDetectorNumber = [3] 00008 globalMixedSeeds.secondHitSubDetectors = [1, 2, 6] 00009 globalMixedSeeds.seedingAlgo = ['GlobalMixed'] 00010