CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/FastSimulation/Tracking/python/GlobalMixedSeedProducer_cff.py

Go to the documentation of this file.
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