18 #ifndef OPAL_DUMPFIELDS_HH
19 #define OPAL_DUMPFIELDS_HH
25 #include <unordered_set>
114 void print(std::ostream& os)
const;
119 static void checkInt(
double value, std::string
name,
double tolerance = 1
e-9);
std::ostream & operator<<(std::ostream &os, const DumpFields &b)
constexpr double e
The value of.
The base class for all OPAL actions.
static void checkInt(double value, std::string name, double tolerance=1e-9)
DumpFields & operator=(const DumpFields &dump)
virtual void writeFieldThis(Component *field)
DumpFields(const DumpFields &dump)
void print(std::ostream &os) const
static void writeFields(Component *field)
static std::unordered_set< DumpFields * > dumpsSet_m
interpolation::ThreeDGrid * grid_m
virtual DumpFields * clone(const std::string &name)
Interface for a single beam element.