Definition at line 86 of file TrackCalorimetryAlg.cxx.
Definition at line 90 of file TrackCalorimetryAlg.cxx.
92 float dw_i = ((int)(i.first.Wire) - (int)(
hit.WireID().Wire))*
geom.
WirePitch(i.first.Plane);
93 float dw_j = ((int)(j.first.Wire) - (int)(
hit.WireID().Wire))*
geom.
WirePitch(j.first.Plane);
94 float dt_i = i.second -
hit.PeakTime();
95 float dt_j = j.second -
hit.PeakTime();
97 return (std::sqrt(dw_i*dw_i + dt_i*dt_i) < std::sqrt(dw_j*dw_j + dt_j*dt_j));
geo::GeometryCore const & geom
geo::Length_t WirePitch(geo::PlaneID const &planeid) const
Returns the distance between two consecutive wires.
Detector simulation of raw signals on wires.
The documentation for this class was generated from the following file: