CMS 3D CMS Logo

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

Variables

tuple DA2DParameters
 
tuple DA_vectParameters
 

Variable Documentation

tuple TkClusParameters_cff.DA2DParameters
Initial value:
1 = cms.PSet(
2  algorithm = cms.string("DA2D"),
3  TkDAClusParameters = cms.PSet(
4  coolingFactor = cms.double(0.6), # moderate annealing speed
5  Tmin = cms.double(4.), # end of annealing
6  vertexSize = cms.double(0.01), # ~ resolution / sqrt(Tmin)
7  d0CutOff = cms.double(3.), # downweight high IP tracks
8  dzCutOff = cms.double(4.) # outlier rejection after freeze-out (T<Tmin)
9  )
10 )

Definition at line 3 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  Tmin = cms.double(4.), # end of annealing
6  vertexSize = cms.double(0.01), # ~ resolution / sqrt(Tmin)
7  d0CutOff = cms.double(3.), # downweight high IP tracks
8  dzCutOff = cms.double(4.) # outlier rejection after freeze-out (T<Tmin)
9  )
10 )

Definition at line 14 of file TkClusParameters_cff.py.