Definition at line 87 of file TrackCalorimetryAlg.cxx.
bool dist_projected::operator() |
( |
std::pair< geo::WireID, float > const & |
i, |
|
|
std::pair< geo::WireID, float > const & |
j |
|
) |
| |
|
inline |
Definition at line 90 of file TrackCalorimetryAlg.cxx.
93 ((int)(i.first.Wire) - (int)(
hit.WireID().Wire)) *
geom.
WirePitch(i.first.asPlaneID());
95 ((int)(j.first.Wire) - (int)(
hit.WireID().Wire)) *
geom.
WirePitch(j.first.asPlaneID());
96 float dt_i = i.second -
hit.PeakTime();
97 float dt_j = j.second -
hit.PeakTime();
98 return std::hypot(dw_i, dt_i) < std::hypot(dw_j, dt_j);
geo::GeometryCore const & geom
Detector simulation of raw signals on wires.
Length_t WirePitch(PlaneID const &planeid=plane_zero) const
Returns the distance between two consecutive wires.
The documentation for this class was generated from the following file: