LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Utility functions to extract information from recob::Track. More...
Go to the source code of this file.
Namespaces | |
lar | |
LArSoft-specific namespace. | |
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=0) |
Provides projected wire pitch for the view. 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.