9#ifndef SVDDatabaseTestModule_H
10#define SVDDatabaseTestModule_H
13#include <framework/core/Module.h>
15#include <svd/calibration/SVDCoGTimeCalibrations.h>
43 virtual void event()
override;
This class defines the dbobject and the methods to access the SVD calibrations from the local runs pr...
Return the calibration results for the noises and the constants measured during the svd local runs (c...
SVDDatabaseTestModule()
Constructor.
virtual void initialize() override
Initialize the module.
virtual void event() override
Retrieve calibrations from database.
SVDCoGTimeCalibrations m_obj_cog
CoG calibrations payload.
Abstract base class for different kinds of events.