LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
POTSummary.cxx
Go to the documentation of this file.
1
9
#include "
larcoreobj/SummaryData/POTSummary.h
"
10
11
namespace
sumdata
{
12
13
//----------------------------------------------------------------------------
14
void
POTSummary::aggregate
(
POTSummary
const
&
other
)
15
{
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:19
sumdata::POTSummary::totspills
int totspills
Definition:
POTSummary.h:18
sumdata::POTSummary
Definition:
POTSummary.h:13
sumdata::POTSummary::totpot
double totpot
Definition:
POTSummary.h:15
sumdata::POTSummary::totgoodpot
double totgoodpot
Definition:
POTSummary.h:16
fhicl::other
Definition:
exception.h:26
sumdata::POTSummary::aggregate
void aggregate(POTSummary const &other)
Definition:
POTSummary.cxx:14
sumdata
Definition:
GeometryConfigurationInfo.h:18
POTSummary.h
larcoreobj
v09_10_01
source
larcoreobj
SummaryData
POTSummary.cxx
Generated on Thu May 2 2024 20:59:35 for LArSoft by
1.8.11