38 template <
typename TOutput>
39 void add(std::string
const& name, TOutput& output);
70 #include <corsika/detail/output/DummyOutputManager.inl> void startOfLibrary()
Called at the start of each library.
void endOfShower()
Called at the end of each event/shower.
DummyOutputManager()
Construct an OutputManager instance with a name in a given directory.
void add(std::string const &name, TOutput &output)
Register an existing output to this manager.
`, since they are used everywhere as integral part of the framework.
void startOfShower()
Called at the start of each event/shower.
~DummyOutputManager()
Handle graceful closure of the outputs upon destruction.
void endOfLibrary()
Called at the end of each library.