22 if (cmp.nonEqual(
c1.Z(),
c2.Z()))
return c1.Z() <
c2.Z();
25 if (cmp.nonEqual(
c1.Y(),
c2.Y()))
return c1.Y() <
c2.Y();
28 return c1.X() <
c2.X();
Geometry description of a TPC wireThe wire is a single straight segment on a wire plane...
Point_t const & GetCenter() const
Returns the world coordinate of the center of the wire [cm].
Provides simple real number checks.
Class for approximate comparisons.
bool compareWires(WireGeo const &w1, WireGeo const &w2) const override
Encapsulate the geometry of a wire .
WireReadoutSorterStandard()
Interface to algorithm class for standard sorting of geo::XXXGeo objects .