Definition at line 84 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 89 of file TrackCalorimetryAlg.cxx.
91 float dw_i = ((int)(i.first.Wire) - (int)(
hit.WireID().Wire)) *
93 float dw_j = ((int)(j.first.Wire) - (int)(
hit.WireID().Wire)) *
95 float dt_i = i.second -
hit.PeakTime();
96 float dt_j = j.second -
hit.PeakTime();
97 return std::hypot(dw_i, dt_i) < std::hypot(dw_j, dt_j);
geo::WireReadoutGeom const & wireReadoutGeom
Detector simulation of raw signals on wires.
PlaneGeo const & Plane(TPCID const &tpcid, View_t view) const
Returns the specified wire.
The documentation for this class was generated from the following file: