 |
Belle II Software
release-05-02-19
|
11 #ifndef GEOSAVERMODULE_H_
12 #define GEOSAVERMODULE_H_
14 #include <framework/core/Module.h>
34 class ExportGeometryModule :
public Module {
ExportGeometryModule()
Constructor.
virtual void initialize() override
Checks the validity of the module parameters.
Abstract base class for different kinds of events.
std::string m_filenameROOT
The filename of the ROOT file into which the geometry is saved.
virtual ~ExportGeometryModule()
Destructor.
bool m_gdmlAdresses
If true make the xml names unique by prepending the pointer address.
virtual void beginRun() override
Saves the geometry to a root file for every run.
bool m_exportAsGDML
Export the geometry as GDML format.