LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
POTSummary.cxx
Go to the documentation of this file.
1 
9 
11 
12 namespace sumdata{
13 
14  //----------------------------------------------------------------------------
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:15