Public Member Functions | |
OpDetGeoCenterCoordComparer (double tol=0.0) | |
Constructor: fixes the tolerance for the comparison. More... | |
bool | operator() (geo::OpDetGeo const &A, geo::OpDetGeo const &B) const |
Returns whether A has a center coordinate Coord smaller than B . More... | |
Public Attributes | |
lar::util::RealComparisons < double > const | fCmp |
Object used for comparison; includes a tolerance. More... | |
geo::OpDetGeo
comparer according to one coordinate of their center. Accomodates for some tolerance.
Definition at line 133 of file PMTsorting.h.
|
inline |
Constructor: fixes the tolerance for the comparison.
Definition at line 139 of file PMTsorting.h.
|
inline |
Returns whether A
has a center coordinate Coord
smaller than B
.
Definition at line 142 of file PMTsorting.h.
lar::util::RealComparisons<double> const icarus::PMTsorterStandard::OpDetGeoCenterCoordComparer< Coord >::fCmp |
Object used for comparison; includes a tolerance.
Definition at line 136 of file PMTsorting.h.