14#include "TrkReco/Range.h"
40 if ( _low != a.
low() )
return false;
41 if ( _high != a.
high() )
return false;
46 std::cout << _low <<
"~" << _high;
virtual float high(void) const
returns higher limit.
virtual float low(void) const
returns lower limit.
virtual int dump(void) const
displays debug information.
bool operator==(const Range &) const
returns true if range is the same.