 |
Belle II Software
release-05-02-19
|
14 #include <calibration/CalibrationCollectorModule.h>
16 #include <framework/datastore/StoreObjPtr.h>
17 #include <framework/datastore/StoreArray.h>
18 #include <framework/dataobjects/EventMetaData.h>
22 #include <svd/dataobjects/SVDHistograms.h>
26 #include <svd/dataobjects/SVDCluster.h>
27 #include <svd/dataobjects/SVDEventInfo.h>
28 #include <framework/dataobjects/EventT0.h>
39 class SVDCoGTimeCalibrationCollectorModule :
public CalibrationCollectorModule {
69 StoreObjPtr<SVDEventInfo>
m_svdEI;
double m_rawCoGBinWidth
Raw_CoG Bin Width [ns] for 2D-histogram.
Storage element for the eventwise T0 estimation.
TH1F * m_hEventT0FromCDC
EventT0 distribution read by the cDST.
template class for SVd histograms
TH1F * m_hRawCoGTimeL3V
Raw_CoG distribution of layer3 V-side.
SVDCoGTimeCalibrationCollectorModule()
Constructor.
std::string m_svdEventInfo
SVDEventInfo.
std::string m_svdClusters
SVDCluster.
SVDHistograms< TH1F > * m_hEventT0
EventT0 synchronized distribution.
void startRun() override final
Called when entering a new run.
StoreObjPtr< SVDEventInfo > m_svdEI
SVDEventInfo store object pointer.
std::string m_eventTime
EventT0.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
SVDHistograms< TH1F > * m_hEventT0nosync
EventT0 NOT synchroinized distribution.
TH1F * m_hEventT0FromCDCSync
EventT0 distribution read by the cDST and then synchronized.
The SVD Cluster class This class stores all information about reconstructed SVD clusters.
StoreObjPtr< EventT0 > m_eventT0
EventT0 store object pointer.
StoreObjPtr< EventMetaData > m_emdata
EventMetaData.
Accessor to arrays stored in the data store.
SVDHistograms< TH2F > * m_hEventT0vsCoG
SVDHistograms.
void collect() override final
Event processor.
void prepare() override final
Initialize the module.
StoreArray< SVDCluster > m_svdCls
SVDClusters store array.