 |
Belle II Software
release-05-01-25
|
13 #include <calibration/CalibrationCollectorModule.h>
14 #include <framework/datastore/StoreArray.h>
15 #include <top/dataobjects/TOPDigit.h>
31 class TOPPulseHeightCollectorModule :
public CalibrationCollectorModule {
std::vector< double > m_timeWindow
lower and upper bound of time window
virtual void prepare() final
Replacement for initialize().
int m_nx
number of histogram bins
Class to store TOP digitized hits (output of TOPDigitizer or raw data unpacker) relations to TOPSimHi...
std::vector< double > m_widthWindow
lower and upper bound of pulse-width window
Abstract base class for different kinds of events.
virtual void collect() final
Replacement for event().
double m_xmax
histogram upper bound [ADC counts]
std::vector< std::string > m_names
histogram names
StoreArray< TOPDigit > m_digits
collection of TOP digits
Accessor to arrays stored in the data store.
TOPPulseHeightCollectorModule()
Constructor.