 |
Belle II Software
release-05-02-19
|
11 #ifndef SVDLATENCYCALIBRATIONMODULE_H
12 #define SVDLATENCYCALIBRATIONMODULE_H
14 #include <framework/core/Module.h>
15 #include <framework/datastore/StoreArray.h>
17 #include <svd/dataobjects/SVDHistograms.h>
18 #include <svd/dataobjects/SVDShaperDigit.h>
36 class SVDLatencyCalibrationModule :
public Module {
52 virtual void event()
override;
55 virtual void endRun()
override;
StoreArray< SVDShaperDigit > m_digits
SVD digits.
TFile * m_rootFilePtr
pointer at root file used for storing histograms
virtual void beginRun() override
begin run
std::string m_shapersListName
shapers list name
SVDLatencyCalibrationModule()
Constructor: Sets the description, the properties and the parameters of the module.
std::string m_rootFileName
root file name
SVDHistograms< TH1F > * m_histo_maxAmplitude
vector of histograms containing the max bin distribution
virtual void endRun() override
end run
Abstract base class for different kinds of events.
virtual void initialize() override
initialize
virtual void event() override
event
Accessor to arrays stored in the data store.