CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/FastSimulation/Tracking/python/GlobalPixelSeedProducer_cff.py

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