11#include <calibration/CalibrationCollectorModule.h>
13#include <framework/datastore/StoreArray.h>
14#include <framework/datastore/StoreObjPtr.h>
15#include <top/dataobjects/TOPDigit.h>
16#include <top/dataobjects/TOPRecBunch.h>
Calibration collector module base class.
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
Collector for carrier shifts of BS13d.
StoreObjPtr< TOPRecBunch > m_recBunch
reconstructed bunch
int m_nx
number of histogram bins
bool m_requireRecBunch
if true, require reconstructed bunch
double m_timeOffset
time offset
StoreArray< TOPDigit > m_topDigits
collection of TOP digits
virtual void collect() final
Replacement for event().
TOPAsicShiftsBS13dCollectorModule()
Constructor.
virtual void prepare() final
Replacement for initialize().
Abstract base class for different kinds of events.