| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerSimStat Class Reference

Persistent version of the SimStatistic. More...

#include <PerSimStat.h>

List of all members.


Public Member Functions

 PerSimStat ()
 PerSimStat (int in_count, double in_sum, double in_squaredsum)
 ~PerSimStat ()

Public Attributes

int count
 Number of times this stat has been incremented.
double sum
 Total of x over all counts.
double squaredsum
 Total of x^2 over all counts.

Detailed Description

Persistent version of the SimStatistic.

bv@bnl.gov Tue Sep 2 12:38:33 2008

Definition at line 14 of file PerSimStat.h.


Constructor & Destructor Documentation

PerSimStat::PerSimStat (  ) 

Definition at line 3 of file PerSimStat.cc.

00004     : count(0)
00005     , sum(0)
00006     , squaredsum(0)
00007 {
00008 }

PerSimStat::PerSimStat ( int  in_count,
double  in_sum,
double  in_squaredsum 
)

Definition at line 10 of file PerSimStat.cc.

00011     : count(in_count)
00012     , sum(in_sum)
00013     , squaredsum(in_squaredsum)
00014 {
00015 }

PerSimStat::~PerSimStat (  ) 

Definition at line 17 of file PerSimStat.cc.

00018 {
00019 }


Member Data Documentation

int PerSimStat::count

Number of times this stat has been incremented.

Definition at line 20 of file PerSimStat.h.

double PerSimStat::sum

Total of x over all counts.

Definition at line 21 of file PerSimStat.h.

double PerSimStat::squaredsum

Total of x^2 over all counts.

Definition at line 22 of file PerSimStat.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:35:46 2011 for PerSimEvent by doxygen 1.4.7