CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
TkClusParameters_cff Namespace Reference

Variables

tuple DA2D_vectParameters
 
tuple DA_vectParameters
 
tuple TkDAClusParameters
 

Variable Documentation

tuple TkClusParameters_cff.DA2D_vectParameters
Initial value:
1 = cms.PSet(
2  algorithm = cms.string("DA2D_vect"),
3  TkDAClusParameters = cms.PSet(
4  coolingFactor = cms.double(0.6), # moderate annealing speed
5  zrange = cms.double(4.), # consider only clusters within 4 sigma*sqrt(T) of a track
6  delta_highT = cms.double(1.e-2), # convergence requirement at high T
7  delta_lowT = cms.double(1.e-3), # convergence requirement at low T
8  convergence_mode = cms.int32(0), # 0 = two steps, 1 = dynamic with sqrt(T)
9  Tmin = cms.double(4.0), # end of vertex splitting
10  Tpurge = cms.double(4.0), # cleaning
11  Tstop = cms.double(2.0), # end of annealing
12  vertexSize = cms.double(0.006), # added in quadrature to track-z resolutions
13  vertexSizeTime = cms.double(0.008),
14  d0CutOff = cms.double(3.), # downweight high IP tracks
15  dzCutOff = cms.double(3.), # outlier rejection after freeze-out (T<Tmin)
16  dtCutOff = cms.double(4.), # outlier rejection after freeze-out (T<Tmin)
17  t0Max = cms.double(1.0), # outlier rejection for use of timing information
18  zmerge = cms.double(1e-2), # merge intermediat clusters separated by less than zmerge and tmerge
19  tmerge = cms.double(1e-1), # merge intermediat clusters separated by less than zmerge and tmerge
20  uniquetrkweight = cms.double(0.8),# require at least two tracks with this weight at T=Tpurge
21  uniquetrkminp = cms.double(0.0) # minimal a priori track weight for counting unique tracks
22  )
23 )

Definition at line 37 of file TkClusParameters_cff.py.

tuple TkClusParameters_cff.DA_vectParameters
Initial value:
1 = cms.PSet(
2  algorithm = cms.string("DA_vect"),
3  TkDAClusParameters = cms.PSet(
4  coolingFactor = cms.double(0.6), # moderate annealing speed
5  zrange = cms.double(4.), # consider only clusters within 4 sigma*sqrt(T) of a track
6  delta_highT = cms.double(1.e-2), # convergence requirement at high T
7  delta_lowT = cms.double(1.e-3), # convergence requirement at low T
8  convergence_mode = cms.int32(0), # 0 = two steps, 1 = dynamic with sqrt(T)
9  Tmin = cms.double(2.0), # end of vertex splitting
10  Tpurge = cms.double(2.0), # cleaning
11  Tstop = cms.double(0.5), # end of annealing
12  vertexSize = cms.double(0.006), # added in quadrature to track-z resolutions
13  d0CutOff = cms.double(3.), # downweight high IP tracks
14  dzCutOff = cms.double(3.), # outlier rejection after freeze-out (T<Tmin)
15  zmerge = cms.double(1e-2), # merge intermediat clusters separated by less than zmerge
16  uniquetrkweight = cms.double(0.8),# require at least two tracks with this weight at T=Tpurge
17  uniquetrkminp = cms.double(0.0) # minimal a priori track weight for counting unique tracks
18  )
19 )

Definition at line 3 of file TkClusParameters_cff.py.

tuple TkClusParameters_cff.TkDAClusParameters
Initial value:
1 = dict(
2  Tmin = 4.0,
3  Tpurge = 1.0,
4  Tstop = 1.0,
5  vertexSize = 0.01,
6  d0CutOff = 4.,
7  dzCutOff = 5.,
8  zmerge = 2.e-2,
9  uniquetrkweight = 0.9
10  )

Definition at line 25 of file TkClusParameters_cff.py.