Belle II Software development
|
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... | |
Namespace hiding the constants of the enum.
|
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.