All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRSliceRecoBranch Class Reference

Vectors of reconstructed objects found by various algorithms. More...

#include <SRSliceRecoBranch.h>

Public Member Functions

 SRSliceRecoBranch ()
 
 ~SRSliceRecoBranch ()
 
void fillSizes ()
 

Public Attributes

std::vector< SRTracktrk
 Vector of pandora tracks. More...
 
size_t ntrk
 Number of panora tracks. More...
 
std::vector< SRShowershw
 Vector of trac showers. More...
 
size_t nshw
 Number of trac showers. More...
 
std::vector< SRHithit
 Vector of hits. More...
 
size_t nhit
 Number of hits. More...
 
std::vector< SRStubstub
 Vector of stubs. More...
 
size_t nstub
 Number of stubs. More...
 

Detailed Description

Vectors of reconstructed objects found by various algorithms.

Definition at line 17 of file SRSliceRecoBranch.h.

Constructor & Destructor Documentation

caf::SRSliceRecoBranch::SRSliceRecoBranch ( )

Definition at line 11 of file SRSliceRecoBranch.cxx.

11  :
12  ntrk(0),
13  nshw(0),
14  nhit(0),
15  nstub(0)
16  {
17  }
size_t nshw
Number of trac showers.
size_t nhit
Number of hits.
size_t nstub
Number of stubs.
size_t ntrk
Number of panora tracks.
caf::SRSliceRecoBranch::~SRSliceRecoBranch ( )

Definition at line 19 of file SRSliceRecoBranch.cxx.

20  {
21  }

Member Function Documentation

void caf::SRSliceRecoBranch::fillSizes ( )

Definition at line 23 of file SRSliceRecoBranch.cxx.

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  }
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.

Member Data Documentation

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.


The documentation for this class was generated from the following files: