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

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

#include <SRTruthBranch.h>

Public Member Functions

 SRTruthBranch ()
 
 ~SRTruthBranch ()
 
void fillSizes ()
 

Public Attributes

std::vector< SRTrueInteractionnu
 Vector of true nu or cosmic. More...
 
size_t nnu
 Number of true nu or cosmic. More...
 
std::vector< SRMeVPrtlprtl
 If present – information on decay of MeV "Portal" particle. More...
 
size_t nprtl
 Number of portals. More...
 

Detailed Description

Vectors of reconstructed vertices found by various algorithms.

Definition at line 15 of file SRTruthBranch.h.

Constructor & Destructor Documentation

caf::SRTruthBranch::SRTruthBranch ( )

Definition at line 11 of file SRTruthBranch.cxx.

11  :
12  nnu(0),
13  nprtl(0)
14  {
15  }
size_t nprtl
Number of portals.
Definition: SRTruthBranch.h:25
size_t nnu
Number of true nu or cosmic.
Definition: SRTruthBranch.h:22
caf::SRTruthBranch::~SRTruthBranch ( )

Definition at line 17 of file SRTruthBranch.cxx.

18  {
19  }

Member Function Documentation

void caf::SRTruthBranch::fillSizes ( )

Definition at line 21 of file SRTruthBranch.cxx.

22  {
23 
24  nnu = nu.size();
25 
26  }
std::vector< SRTrueInteraction > nu
Vector of true nu or cosmic.
Definition: SRTruthBranch.h:21
size_t nnu
Number of true nu or cosmic.
Definition: SRTruthBranch.h:22

Member Data Documentation

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.


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