CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IterativeFifthSeedProducer_cff.py
Go to the documentation of this file.
2 
4 iterativeFifthSeeds = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
5 iterativeFifthSeeds.firstHitSubDetectorNumber = [2]
6 iterativeFifthSeeds.firstHitSubDetectors = [5, 6]
7 iterativeFifthSeeds.secondHitSubDetectorNumber = [2]
8 iterativeFifthSeeds.secondHitSubDetectors = [5, 6]
9 iterativeFifthSeeds.thirdHitSubDetectorNumber = [0]
10 iterativeFifthSeeds.thirdHitSubDetectors = []
11 iterativeFifthSeeds.seedingAlgo = ['TobTecLayerPairs']
12 iterativeFifthSeeds.minRecHits = [4]
13 iterativeFifthSeeds.pTMin = [0.01]
14 #cut on fastsim simtracks. I think it should be removed for the 5th step
15 iterativeFifthSeeds.maxD0 = [99.]
16 iterativeFifthSeeds.maxZ0 = [99.]
17 #-----
18 iterativeFifthSeeds.numberOfHits = [2]
19 #values for the seed compatibility constraint
20 iterativeFifthSeeds.originRadius = [5.0]
21 iterativeFifthSeeds.originHalfLength = [10.0]
22 ###iterativeFifthSeeds.originpTMin = [0.8]
23 iterativeFifthSeeds.originpTMin = [0.5]
24 iterativeFifthSeeds.zVertexConstraint = [-1.0]
25 iterativeFifthSeeds.primaryVertices = ['none']
26