Belle II Software  release-08-01-10
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 24 of file SZParameters.h.

24  {
26  c_TanL = 0,
27 
29  c_Z0 = 1,
30 
32  c_N = 2,
33  };
@ 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.