CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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