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

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

Enumerations

enum  EHelixParameter {
  c_Curv = 0 ,
  c_Phi0 = 1 ,
  c_I = 2 ,
  c_TanL = 3 ,
  c_Z0 = 4 ,
  c_N = 5
}
 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

◆ EHelixParameter

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

Enumerator
c_Curv 

Constant to address the curvature in the xy plane.

c_Phi0 

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

c_I 

Constant to address the impact parameter.

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 27 of file HelixParameters.h.

27 {
29 c_Curv = 0,
30
32 c_Phi0 = 1,
33
35 c_I = 2,
36
38 c_TanL = 3,
39
41 c_Z0 = 4,
42
44 c_N = 5,
45 };
@ c_I
Constant to address the impact parameter.
@ c_Phi0
Constant to address the azimuth angle of the direction of flight.
@ c_TanL
Constant to address the tan lambda dip out of the xy plane.
@ c_Z0
Constant to address the z start position.
@ c_Curv
Constant to address the curvature in the xy plane.
@ c_N
Constant for the total number of indices.