CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/FastSimulation/Tracking/python/IterativeFifthSeedProducer_cff.py

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