LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Class to keep data related to recob::Hit
associated with recob::Track
.
More...
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | recob::TrackHitMeta |
Data related to recob::Hit associated with recob::Track .The purpose is to collect several variables that do not work well alone inside track class and are related to 2D hits along the 3D trajectory. So in the first place it is the hit index along the trajectory. There is also dx associated to hit to help dE/dx calculations. More... | |
Namespaces | |
recob | |
Reconstruction base classes. | |
Functions | |
std::ostream & | recob::operator<< (std::ostream &o, const TrackHitMeta &a) |
bool | recob::operator< (const TrackHitMeta &a, const TrackHitMeta &b) |
Class to keep data related to recob::Hit
associated with recob::Track
.
Definition in file TrackHitMeta.h.