Utility functions to extract information from recob::Track
More...
Go to the source code of this file.
Namespaces | |
recob | |
Reconstruction base classes. | |
lar::util | |
LArSoft utility namespace. | |
Functions | |
double | lar::util::TrackProjectedLength (recob::Track const &track, geo::View_t view) |
Returns the length of the projection of a track on a view. More... | |
double | lar::util::TrackPitchInView (recob::Track const &track, geo::View_t view, size_t trajectory_point=0U) |
Returns the projected length of track on a wire pitch step [cm]. More... | |
Utility functions to extract information from recob::Track
lar::util::TrackProjectedLength()
and lar::util::TrackPitchInView()
have been factored out from recob::Track
, from recob::Track::ProjectedLength()
and recob::Track::PitchInView()
respectively.
Definition in file TrackUtils.h.