14 return (
one.value() <
two.value());
20 return (
one.value() <=
two.value());
26 return (
one.value() >
two.value());
32 return (
one.value() >=
two.value());
LayerIndex for the identification of layers in a simplified detector geometry of Cylinders and Discs.
int value() const
layerIndex expressed in an integer
bool operator<=(const LayerIndex &one, const LayerIndex &two)
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
bool operator>(const LayerIndex &one, const LayerIndex &two)
bool operator<(const LayerIndex &one, const LayerIndex &two)
Overload of operator< | <= | > | >= for the usage in a map.
bool operator>=(const LayerIndex &one, const LayerIndex &two)