#include <RecoParticle.h>
Public Attributes | |
bool | p_is_clear_cosmic |
Taken from Pandora metadata "is_clear_cosmic". More... | |
bool | p_is_neutrino |
Taken from Pandora metadata "is_neutrino". More... | |
float | p_nu_score |
Take from Pandora metadata "nu_score". More... | |
std::vector< TVector3 > | vertices |
List of vertices associated with the particle. More... | |
std::vector< size_t > | daughters |
Daughters of the particle in the "particle flow". Value represents index into pandora information. More... | |
size_t | ID |
ID of particle. More... | |
int | pandora_pid |
Particle ID from pandora. More... | |
Reconstructed information about each particle. Internal struct used to combine information on each reconstructed particle.
Definition at line 12 of file RecoParticle.h.
std::vector<size_t> numu::RecoParticle::daughters |
Daughters of the particle in the "particle flow". Value represents index into pandora information.
Definition at line 17 of file RecoParticle.h.
size_t numu::RecoParticle::ID |
ID of particle.
Definition at line 18 of file RecoParticle.h.
bool numu::RecoParticle::p_is_clear_cosmic |
Taken from Pandora metadata "is_clear_cosmic".
Definition at line 13 of file RecoParticle.h.
bool numu::RecoParticle::p_is_neutrino |
Taken from Pandora metadata "is_neutrino".
Definition at line 14 of file RecoParticle.h.
float numu::RecoParticle::p_nu_score |
Take from Pandora metadata "nu_score".
Definition at line 15 of file RecoParticle.h.
int numu::RecoParticle::pandora_pid |
Particle ID from pandora.
Definition at line 19 of file RecoParticle.h.
std::vector<TVector3> numu::RecoParticle::vertices |
List of vertices associated with the particle.
Definition at line 16 of file RecoParticle.h.