Belle II Software  release-08-01-10
Belle2::TrackFindingCDC::NPerigeeParameterIndices Namespace Reference

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

Enumerations

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

Detailed Description

Namespace to hide the contained enum constants.

Enumeration Type Documentation

◆ EPerigeeParameter

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

Enumerator
c_Curv 

Constant to address the curvature.

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 PerigeeParameters.h.

24  {
26  c_Curv = 0,
27 
29  c_Phi0 = 1,
30 
32  c_I = 2,
33 
35  c_N = 3,
36  };
@ c_I
Constant to address the impact parameter.
@ c_Phi0
Constant to address the azimuth angle of the direction of flight.
@ c_Curv
Constant to address the curvature in the xy plane.
@ c_N
Constant for the total number of indices.