Namespaces | Functions
TrackUtils.h File Reference

Utility functions to extract information from recob::Track More...

#include "larcoreobj/SimpleTypesAndConstants/geo_types.h"

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...
 

Detailed Description

Utility functions to extract information from recob::Track

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
March 8th, 2016
See also
TrackUtils.cxx

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.