CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/Tracking/python/IterativeFourthSeedProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import FastSimulation.Tracking.TrajectorySeedProducer_cfi
00004 iterativeFourthSeeds = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
00005 iterativeFourthSeeds.firstHitSubDetectorNumber = [3]
00006 iterativeFourthSeeds.firstHitSubDetectors = [3, 4, 6]
00007 iterativeFourthSeeds.secondHitSubDetectorNumber = [3]
00008 iterativeFourthSeeds.secondHitSubDetectors = [3, 4, 6]
00009 iterativeFourthSeeds.thirdHitSubDetectorNumber = [0]
00010 iterativeFourthSeeds.thirdHitSubDetectors = []
00011 iterativeFourthSeeds.seedingAlgo = ['FourthPixelLessPairs']
00012 ###iterativeFourthSeeds.minRecHits = [5]
00013 iterativeFourthSeeds.minRecHits = [3]
00014 iterativeFourthSeeds.pTMin = [0.01]
00015 #cut on fastsim simtracks. I think it should be removed for the 4th step
00016 #iterativeFourthSeeds.maxD0 = [20.]
00017 #iterativeFourthSeeds.maxZ0 = [50.]
00018 iterativeFourthSeeds.maxD0 = [99.]
00019 iterativeFourthSeeds.maxZ0 = [99.]
00020 #-----
00021 iterativeFourthSeeds.numberOfHits = [2]
00022 #values for the seed compatibility constraint
00023 iterativeFourthSeeds.originRadius = [2.0]
00024 iterativeFourthSeeds.originHalfLength = [10.0]
00025 iterativeFourthSeeds.originpTMin = [0.5]
00026 iterativeFourthSeeds.zVertexConstraint = [-1.0]
00027 iterativeFourthSeeds.primaryVertices = ['none']
00028