4 #ifndef SRSLICERECOBRANCH_H
5 #define SRSLICERECOBRANCH_H
23 std::vector<SRTrack>
trk;
26 std::vector<SRShower>
shw;
29 std::vector<SRHit>
hit;
41 #endif // SRSLICERECOBRANCH_H
std::vector< SRShower > shw
Vector of trac showers.
std::vector< SRHit > hit
Vector of hits.
size_t nshw
Number of trac showers.
size_t nhit
Number of hits.
Vectors of reconstructed objects found by various algorithms.
size_t nstub
Number of stubs.
size_t ntrk
Number of panora tracks.
std::vector< SRTrack > trk
Vector of pandora tracks.
std::vector< SRStub > stub
Vector of stubs.