Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larcoreobj
larcoreobj
SummaryData
POTSummary.cxx
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
/// \file POTSummary.cxx
3
///
4
/// Definition of object to store pot related information
5
///
6
/// \author brebel@fnal.gov
7
////////////////////////////////////////////////////////////////////////
8
9
10
#include "
larcoreobj/SummaryData/POTSummary.h
"
11
12
namespace
sumdata
{
13
14
//----------------------------------------------------------------------------
15
void
POTSummary::aggregate
(
POTSummary
const
&
other
) {
16
totpot
+= other.
totpot
;
17
totgoodpot
+= other.
totgoodpot
;
18
totspills
+= other.
totspills
;
19
goodspills
+= other.
goodspills
;
20
}
// POTSummary::aggregate()
21
22
//----------------------------------------------------------------------------
23
24
}
// end namespace
sumdata::POTSummary::goodspills
int goodspills
Definition:
POTSummary.h:20
sumdata::POTSummary::totspills
int totspills
Definition:
POTSummary.h:19
sumdata::POTSummary
Definition:
POTSummary.h:14
sumdata::POTSummary::totpot
double totpot
Definition:
POTSummary.h:16
sumdata::POTSummary::totgoodpot
double totgoodpot
Definition:
POTSummary.h:17
fhicl::other
Definition:
exception.h:26
POTSummary.h
sumdata::POTSummary::aggregate
void aggregate(POTSummary const &other)
Definition:
POTSummary.cxx:15
sumdata
Definition:
GeometryConfigurationInfo.h:19
Generated by
1.8.11