#include <Data.h>
|
int | pid |
| Particle ID. More...
|
|
float | energy |
| Initial energy of the particle [GeV]. More...
|
|
std::vector< std::array< float, 3 > > | trajectory |
| True trajectory of the particle [cm]. More...
|
|
std::vector< unsigned > | daughters |
| The list of true "daughter" particles to this one. Each entry is the index into the truth list of each daughter. More...
|
|
std::string | process |
| Process which created this particle. More...
|
|
Definition at line 24 of file Data.h.
std::vector<unsigned> TrueParticle::daughters |
The list of true "daughter" particles to this one. Each entry is the index into the truth list of each daughter.
Definition at line 28 of file Data.h.
float TrueParticle::energy |
Initial energy of the particle [GeV].
Definition at line 26 of file Data.h.
Particle ID.
Definition at line 25 of file Data.h.
std::string TrueParticle::process |
Process which created this particle.
Definition at line 29 of file Data.h.
std::vector<std::array<float, 3> > TrueParticle::trajectory |
True trajectory of the particle [cm].
Definition at line 27 of file Data.h.
The documentation for this struct was generated from the following file: