OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
GridLBalWriter.h
Go to the documentation of this file.
1 #ifndef OPAL_GRID_LBAL_WRITER_H
2 #define OPAL_GRID_LBAL_WRITER_H
3 
4 #include "SDDSWriter.h"
5 
6 class GridLBalWriter : public SDDSWriter {
7 
8 public:
9  GridLBalWriter(const std::string& fname, bool restart);
10 
11  void write(PartBunchBase<double, 3> *beam) override;
12 
13 private:
15 };
16 
17 #endif
void fillHeader(PartBunchBase< double, 3 > *beam)
GridLBalWriter(const std::string &fname, bool restart)
void write(PartBunchBase< double, 3 > *beam) override