9#include <pxd/modules/pxdReconstruction/ActivatePXDPixelMaskerModule.h>
10#include <pxd/reconstruction/PXDPixelMasker.h>
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.
ActivatePXDPixelMaskerModule()
Constructor.
void initialize()
Initialize the PXDPixelMasker.
static PXDPixelMasker & getInstance()
Main (and only) way to access the PXDPixelMasker.
#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.