Vectors of reconstructed objects found by various algorithms. More...
#include <SRSliceRecoBranch.h>
Public Member Functions | |
SRSliceRecoBranch () | |
~SRSliceRecoBranch () | |
void | fillSizes () |
Public Attributes | |
std::vector< SRTrack > | trk |
Vector of pandora tracks. More... | |
size_t | ntrk |
Number of panora tracks. More... | |
std::vector< SRShower > | shw |
Vector of trac showers. More... | |
size_t | nshw |
Number of trac showers. More... | |
std::vector< SRHit > | hit |
Vector of hits. More... | |
size_t | nhit |
Number of hits. More... | |
std::vector< SRStub > | stub |
Vector of stubs. More... | |
size_t | nstub |
Number of stubs. More... | |
Vectors of reconstructed objects found by various algorithms.
Definition at line 17 of file SRSliceRecoBranch.h.
caf::SRSliceRecoBranch::SRSliceRecoBranch | ( | ) |
Definition at line 11 of file SRSliceRecoBranch.cxx.
caf::SRSliceRecoBranch::~SRSliceRecoBranch | ( | ) |
Definition at line 19 of file SRSliceRecoBranch.cxx.
void caf::SRSliceRecoBranch::fillSizes | ( | ) |
Definition at line 23 of file SRSliceRecoBranch.cxx.
std::vector<SRHit> caf::SRSliceRecoBranch::hit |
Vector of hits.
Definition at line 29 of file SRSliceRecoBranch.h.
size_t caf::SRSliceRecoBranch::nhit |
Number of hits.
Definition at line 30 of file SRSliceRecoBranch.h.
size_t caf::SRSliceRecoBranch::nshw |
Number of trac showers.
Definition at line 27 of file SRSliceRecoBranch.h.
size_t caf::SRSliceRecoBranch::nstub |
Number of stubs.
Definition at line 33 of file SRSliceRecoBranch.h.
size_t caf::SRSliceRecoBranch::ntrk |
Number of panora tracks.
Definition at line 24 of file SRSliceRecoBranch.h.
std::vector<SRShower> caf::SRSliceRecoBranch::shw |
Vector of trac showers.
Definition at line 26 of file SRSliceRecoBranch.h.
std::vector<SRStub> caf::SRSliceRecoBranch::stub |
Vector of stubs.
Definition at line 32 of file SRSliceRecoBranch.h.
std::vector<SRTrack> caf::SRSliceRecoBranch::trk |
Vector of pandora tracks.
Definition at line 23 of file SRSliceRecoBranch.h.