9#include <pxd/modules/pxdReconstruction/ActivatePXDClusterPositionEstimatorModule.h>
10#include <pxd/reconstruction/PXDClusterPositionEstimator.h>
19REG_MODULE(ActivatePXDClusterPositionEstimator);
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...
void initialize() override final
Initialize the module.
ActivatePXDClusterPositionEstimatorModule()
Constructor.
void initialize()
Initialize PXDClusterPositionEstimator from DB.
static PXDClusterPositionEstimator & getInstance()
Main (and only) way to access the PXDClusterPositionEstimator.
#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 PXD.
Abstract base class for different kinds of events.