 |
Belle II Software
release-05-01-25
|
21 namespace TrackFindingCDC {
24 namespace NForwardBackward {
48 {
return std::abs(eForwardBackward) <= 1; }
@ c_Forward
Constant for a situation where something is more forward.
bool isValid(EForwardBackward eForwardBackward)
Check whether the given enum instance is one of the valid values.
@ c_Invalid
Constant for an invalid information.
EForwardBackward
Enumeration to represent the distinct possibilities of the right left passage information.
Abstract base class for different kinds of events.
@ c_Backward
Constant for a situation where something is more backward.
@ c_Unknown
Constant for an not yet determined forward or backward arrangement.
EForwardBackward reversed(EForwardBackward eForwardBackward)
Return the reversed forward backward indicator. Leaves EForwardBackward::c_Invalid the same.