OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
MonitorStatisticsWriter.h
Go to the documentation of this file.
1 #ifndef OPAL_MONITOR_STATISTICS_WRITER_H
2 #define OPAL_MONITOR_STATISTICS_WRITER_H
3 
4 #include "SDDSWriter.h"
5 
6 struct SetStatistics;
7 
9 
10 public:
11  MonitorStatisticsWriter(const std::string& fname, bool restart);
12 
13  void addRow(const SetStatistics &set);
14 
15 private:
16  void fillHeader();
17 };
18 
19 
20 #endif
MonitorStatisticsWriter(const std::string &fname, bool restart)
void addRow(const SetStatistics &set)