Public Member Functions | |
void | clear () |
Resets the information (does not release memory it does not own) More... | |
bool | hasParticle () const |
Returns whether there is a particle. More... | |
bool | isPrimary () const |
Returns whether there is a particle. More... | |
simb::GeneratedParticleIndex_t | truthInfoIndex () const |
Returns the index of the particle in the generator truth record. More... | |
Public Attributes | |
simb::MCParticle * | particle = nullptr |
simple structure representing particle More... | |
bool | keepFullTrajectory = false |
if there was decision to keep More... | |
simb::GeneratedParticleIndex_t | truthIndex = simb::NoGeneratedParticleIndex |
Index of the particle in the original generator truth record. More... | |
Definition at line 97 of file ParticleListAction_service.h.
|
inline |
Resets the information (does not release memory it does not own)
Definition at line 106 of file ParticleListAction_service.h.
|
inline |
Returns whether there is a particle.
Definition at line 115 of file ParticleListAction_service.h.
|
inline |
Returns whether there is a particle.
Definition at line 122 of file ParticleListAction_service.h.
|
inline |
Returns the index of the particle in the generator truth record.
Definition at line 129 of file ParticleListAction_service.h.
bool larg4::ParticleListActionService::ParticleInfo_t::keepFullTrajectory = false |
if there was decision to keep
Definition at line 99 of file ParticleListAction_service.h.
simb::MCParticle* larg4::ParticleListActionService::ParticleInfo_t::particle = nullptr |
simple structure representing particle
Definition at line 98 of file ParticleListAction_service.h.
simb::GeneratedParticleIndex_t larg4::ParticleListActionService::ParticleInfo_t::truthIndex = simb::NoGeneratedParticleIndex |
Index of the particle in the original generator truth record.
Definition at line 102 of file ParticleListAction_service.h.