Belle II Software development
Belle2::TrackFindingCDC::NLineParameterIndices Namespace Reference

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

Enumerations

enum  ELineParameter {
  c_Phi0 = 0 ,
  c_I = 1 ,
  c_N = 2
}
 Enumeration to address the individual helix parameters in a vector or matrix. More...
 

Detailed Description

Namespace to hide the contained enum constants.

Enumeration Type Documentation

◆ ELineParameter

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

Enumerator
c_Phi0 

Constant to address the azimuth angle of the direction of flight at the perigee.

c_I 

Constant to address the impact parameter.

c_N 

Constant for the total number of indices.

Definition at line 24 of file LineParameters.h.

24 {
25
27 c_Phi0 = 0,
28
30 c_I = 1,
31
33 c_N = 2,
34 };