All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRSliceRecoBranch.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRSliceRecoBranch.cxx
3 ////////////////////////////////////////////////////////////////////////
4 
6 
7 
8 namespace caf
9 {
10 
12  ntrk(0),
13  nshw(0),
14  nhit(0),
15  nstub(0)
16  {
17  }
18 
20  {
21  }
22 
24  {
25 
26  // nvtx = vtx.size();
27  ntrk = trk.size();
28  nshw = shw.size();
29  nhit = hit.size();
30  // nshw_em = shw_em.size();
31  // nshw_pandora = shw_pandora.size();
32 
33  }
34 
35 } // end namespace caf
36 ////////////////////////////////////////////////////////////////////////
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.
size_t ntrk
Number of panora tracks.
std::vector< SRTrack > trk
Vector of pandora tracks.