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 
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