10#include <calibration/example_caf_lib/modules/TestCalibDBAccess/TestCalibDBAccessModule.h>
11#include <framework/core/Module.h>
42 cout <<
"TestCalibMean mean value = " <<
m_obj_constant->getMean() <<
"\n";
43 cout <<
"TestCalibMean mean error value = " <<
m_obj_constant->getMeanError() <<
"\n";
44 cout <<
"TestCalibObject[0] value = " <<
m_array_constants[0]->getConstantValue() <<
"\n";
45 cout <<
"TestCalibObject[1] value = " <<
m_array_constants[1]->getConstantValue() <<
"\n";
void setDescription(const std::string &description)
Sets the description of the module.
void setPropertyFlags(unsigned int propertyFlags)
Sets the flags for the module properties.
@ c_ParallelProcessingCertified
This module can be run in parallel processing mode safely (All I/O must be done through the data stor...
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
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.