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

In This Package:

PerSimStat.h

Go to the documentation of this file.
00001 
00011 #ifndef PERSIMSTAT_H
00012 #define PERSIMSTAT_H
00013 
00014 class PerSimStat {
00015 public:
00016     PerSimStat();
00017     PerSimStat(int in_count, double in_sum, double in_squaredsum);
00018     ~PerSimStat();
00019 
00020     int count;      
00021     double sum;        
00022     double squaredsum; 
00023 };
00024 #endif  // PERSIMSTAT_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

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