9#include <svd/modules/svdCalibration/SVDDatabaseTestModule.h>
10#include <framework/logging/Logger.h>
15#include <vxd/dataobjects/VxdID.h>
53 VxdID sensorID(3, 1, 1);
87 B2INFO(
"CoG, alfa = " << alfa <<
", beta = " << beta);
void setDescription(const std::string &description)
Sets the description of the module.
double getCorrectedTime(const Belle2::VxdID &sensorID, const bool &isU, const unsigned short &strip, const double &raw_time, const int &bin) const
Return the strip time, given the raw strip time.
SVDDatabaseTestModule()
Constructor.
virtual void initialize() override
Initialize the module.
virtual void event() override
Retrieve calibrations from database.
SVDCoGTimeCalibrations m_obj_cog
CoG calibrations payload.
Class to uniquely identify a any structure of the PXD and SVD.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.
Abstract base class for different kinds of events.