#include <Data.h>
|
float | start [3] |
| Start location of shower [cm]. More...
|
|
float | start_err [3] |
| Error in start location of shower [cm]. More...
|
|
float | direction [3] |
| Initialial direction of shower (unit vector) More...
|
|
float | direction_err [3] |
| Error in initial direction of shower. 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 14 of file Data.h.
float Shower::direction[3] |
Initialial direction of shower (unit vector)
Definition at line 17 of file Data.h.
float Shower::direction_err[3] |
Error in initial direction of shower.
Definition at line 18 of file Data.h.
std::vector<unsigned> Shower::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 20 of file Data.h.
Start location of shower [cm].
Definition at line 15 of file Data.h.
float Shower::start_err[3] |
Error in start location of shower [cm].
Definition at line 16 of file Data.h.
std::vector<unsigned> Shower::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 19 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 21 of file Data.h.
The documentation for this struct was generated from the following file: