11 #include <calibration/CalibrationCollectorModule.h>
12 #include <arich/dataobjects/ARICHDigit.h>
13 #include <framework/datastore/StoreArray.h>
32 virtual void prepare()
override;
33 virtual void collect()
override;
Testing module for collection of calibration 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.
ARICHChannelMaskModule()
Constructor: Sets the description, the properties and the parameters of the module.
Calibration collector module base class.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.