 |
Belle II Software
release-05-02-19
|
13 #include <framework/datastore/StoreArray.h>
14 #include <pxd/dataobjects/PXDDigit.h>
15 #include <calibration/CalibrationCollectorModule.h>
31 class PXDHotPixelMaskCollectorModule :
public CalibrationCollectorModule {
PXDHotPixelMaskCollectorModule()
Constructor: Sets the description, the properties and the parameters of the module.
void prepare() override final
Replacement for initialize(). Register calibration dataobjects here as well.
StoreArray< PXDDigit > m_pxdDigit
< Required input for PXDigits
Abstract base class for different kinds of events.
std::string m_storeDigitsName
Name of the collection to use for PXDDigits.
int m_0cut
Minimum charge (ADU) for detecting a hit.
Accessor to arrays stored in the data store.
void collect() override final
Replacement for event(). Fill you calibration data objects here.