All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRTruthBranch.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRTruthBranch.cxx
3 ////////////////////////////////////////////////////////////////////////
4 
6 
7 
8 namespace caf
9 {
10 
12  nnu(0),
13  nprtl(0)
14  {
15  }
16 
18  {
19  }
20 
22  {
23 
24  nnu = nu.size();
25 
26  }
27 
28 } // end namespace caf
29 ////////////////////////////////////////////////////////////////////////
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