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

Namespace hiding the constants of the enum. More...

Enumerations

enum class  EWireNeighborKind : signed short {
  c_None = 0 ,
  c_CWOut = 1 ,
  c_CW = 3 ,
  c_CWIn = 5 ,
  c_CCWIn = 7 ,
  c_CCW = 9 ,
  c_CCWOut = 11
}
 Type for the neighbor relationship from in wire to an other, imagined in the clock. More...
 

Detailed Description

Namespace hiding the constants of the enum.

Enumeration Type Documentation

◆ EWireNeighborKind

enum class EWireNeighborKind : signed short
strong

Type for the neighbor relationship from in wire to an other, imagined in the clock.

Enumerator
c_None 

Constant to indicate that two wires are not neighbors.

c_CWOut 

Constant for clockwise outwards.

c_CW 

Constant for clockwise.

c_CWIn 

Constant for clockwise inwards.

c_CCWIn 

Constant for counterclockwise inwards.

c_CCW 

Constant for counterclockwise.

c_CCWOut 

Constant for counterclockwise outwards.

Definition at line 21 of file EWireNeighborKind.h.

21 : signed short {
22
24 c_None = 0,
25
27 c_CWOut = 1,
28
30 c_CW = 3,
31
33 c_CWIn = 5,
34
36 c_CCWIn = 7,
37
39 c_CCW = 9,
40
42 c_CCWOut = 11,
43 };
@ c_CCWIn
Constant for counterclockwise inwards.
@ c_CCWOut
Constant for counterclockwise outwards.