#include <Data.h>
|
std::vector< std::array< float, 3 > > | trajectory |
| The reconstructed trajectory [cm]. More...
|
|
std::vector< unsigned > | track_daughters |
| The list of "daughter" tracks to this one. Each entry is the index into the reco list of each daughter. More...
|
|
std::vector< unsigned > | shower_daughters |
| The list of "daughter" showers to this one. Each entry is the index into the reco list of each daughter. More...
|
|
int | truth_match |
| Match to true particle. -1 if no truth match exists. Otherwise, is the index into the truth list. More...
|
|
Definition at line 7 of file Data.h.
std::vector<unsigned> Track::shower_daughters |
The list of "daughter" showers to this one. Each entry is the index into the reco list of each daughter.
Definition at line 10 of file Data.h.
std::vector<unsigned> Track::track_daughters |
The list of "daughter" tracks to this one. Each entry is the index into the reco list of each daughter.
Definition at line 9 of file Data.h.
std::vector<std::array<float, 3> > Track::trajectory |
The reconstructed trajectory [cm].
Definition at line 8 of file Data.h.
Match to true particle. -1 if no truth match exists. Otherwise, is the index into the truth list.
Definition at line 11 of file Data.h.
The documentation for this struct was generated from the following file: