10#include <framework/core/Module.h>
11#include <framework/database/DBObjPtr.h>
12#include <framework/database/DBArray.h>
13#include <calibration/dbobjects/TestCalibObject.h>
14#include <calibration/dbobjects/TestCalibMean.h>
35 virtual void event()
override;
Class for accessing arrays of objects in the database.
Class for accessing objects in the database.
virtual void initialize() override
Initialize.
DBObjPtr< TestCalibMean > m_obj_constant
obj_constant
virtual void event() override
Event()
TestCalibDBAccessModule()
Constructor: Sets the description, the properties and the parameters of the module.
virtual ~TestCalibDBAccessModule()
Destructor.
DBArray< TestCalibObject > m_array_constants
array_constants
Abstract base class for different kinds of events.