Belle II Software  release-05-01-25
Belle2::TrackFindingCDC::NWireNeighborKind Namespace Reference

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

Enumerations

enum  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 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 31 of file EWireNeighborKind.h.