11#include <calibration/CalibrationCollectorModule.h>
26 virtual void prepare()
override;
27 virtual void collect()
override;
Calibration collector module base class.
Basically empty Collector, makes only a tiny amount of output data.
virtual void collect() override
Replacement for event(). Fill you calibration data objects here.
virtual void prepare() override
Replacement for initialize(). Register calibration dataobjects here as well.
DummyCollectorModule()
Constructor: Sets the description, the properties and the parameters of the module.
Abstract base class for different kinds of events.