LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
POTSummary.cxx
Go to the documentation of this file.
1 
10 
11 namespace sumdata {
12 
13  //----------------------------------------------------------------------------
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
void aggregate(POTSummary const &other)
Definition: POTSummary.cxx:14