Belle II Software  release-05-02-19
Belle2::TrackFindingCDC::NSZParameterIndices Namespace Reference

Namespace to hide the contained enum constants. More...

Enumerations

enum  ESZParameter {
  c_TanL = 0,
  c_Z0 = 1,
  c_N = 2
}
 Enumeration to address the individual sz parameters in a vector or matrix. More...
 

Detailed Description

Namespace to hide the contained enum constants.

Enumeration Type Documentation

◆ ESZParameter

Enumeration to address the individual sz parameters in a vector or matrix.

Enumerator
c_TanL 

Constant to address the tan lambda dip out of the xy plane.

c_Z0 

Constant to address the z start position.

c_N 

Constant for the total number of indices.

Definition at line 34 of file SZParameters.h.

46  : UncertainParametersUtil<SZUtil, ESZParameter> {