Vectors of reconstructed vertices found by various algorithms. More...
#include <SRTruthBranch.h>
Public Member Functions | |
SRTruthBranch () | |
~SRTruthBranch () | |
void | fillSizes () |
Public Attributes | |
std::vector< SRTrueInteraction > | nu |
Vector of true nu or cosmic. More... | |
size_t | nnu |
Number of true nu or cosmic. More... | |
std::vector< SRMeVPrtl > | prtl |
If present – information on decay of MeV "Portal" particle. More... | |
size_t | nprtl |
Number of portals. More... | |
Vectors of reconstructed vertices found by various algorithms.
Definition at line 15 of file SRTruthBranch.h.
caf::SRTruthBranch::SRTruthBranch | ( | ) |
Definition at line 11 of file SRTruthBranch.cxx.
caf::SRTruthBranch::~SRTruthBranch | ( | ) |
Definition at line 17 of file SRTruthBranch.cxx.
void caf::SRTruthBranch::fillSizes | ( | ) |
Definition at line 21 of file SRTruthBranch.cxx.
size_t caf::SRTruthBranch::nnu |
Number of true nu or cosmic.
Definition at line 22 of file SRTruthBranch.h.
size_t caf::SRTruthBranch::nprtl |
Number of portals.
Definition at line 25 of file SRTruthBranch.h.
std::vector<SRTrueInteraction> caf::SRTruthBranch::nu |
Vector of true nu or cosmic.
Definition at line 21 of file SRTruthBranch.h.
std::vector<SRMeVPrtl> caf::SRTruthBranch::prtl |
If present – information on decay of MeV "Portal" particle.
Definition at line 24 of file SRTruthBranch.h.