11#include <vxd/dataobjects/VxdID.h>
12#include <svd/reconstruction/RawCluster.h>
13#include <framework/dbobjects/HardwareClockSettings.h>
14#include <framework/database/DBObjPtr.h>
15#include <svd/calibration/SVDPulseShapeCalibrations.h>
16#include <svd/calibration/SVDCoGTimeCalibrations.h>
17#include <svd/calibration/SVD3SampleCoGTimeCalibrations.h>
18#include <svd/calibration/SVD3SampleELSTimeCalibrations.h>
Class for accessing objects in the database.
This class defines the dbobject and the methods to access the SVD calibrations from the local runs pr...
This class defines the dbobject and the methods to access the SVD calibrations from the local runs pr...
This class defines the dbobject and the methods to access the SVD calibrations from the local runs pr...
This class defines the dbobject and the methods to access the SVD calibrations from the local runs pr...
Class representing a raw cluster candidate during clustering of the SVD.
Abstract Class representing the SVD cluster time.
void applyELS3Time(const Belle2::SVD::RawCluster &rawCluster, double &time, double &timeError, int &firstFrame)
ELS3 Time Algorithm.
void setTriggerBin(const int triggerBin)
set the trigger bin
SVDClusterTime()
Constructor to create an empty Cluster Time Object by default returns the calibrated time.
void applyCoG6Time(const Belle2::SVD::RawCluster &rawCluster, double &time, double &timeError, int &firstFrame)
CoG6 Time Algorithm.
virtual ~SVDClusterTime()
virtual destructor
SVD3SampleCoGTimeCalibrations m_CoG3TimeCal
CoG3 time calibration wrapper.
SVDCoGTimeCalibrations m_CoG6TimeCal
CoG6 time calibration wrapper.
SVDPulseShapeCalibrations m_PulseShapeCal
SVDPulseShaper calibration wrapper.
void setReturnRawClusterTime()
set to return the raw cluster time instead of the calibrated one
void applyCoG3Time(const Belle2::SVD::RawCluster &rawCluster, double &time, double &timeError, int &firstFrame)
CoG3 Time Algorithm.
SVD3SampleELSTimeCalibrations m_ELS3TimeCal
ELS3 time calibration wrapper.
DBObjPtr< HardwareClockSettings > m_hwClock
Hardware Clocks.
int m_triggerBin
trigger bin
virtual void computeClusterTime(Belle2::SVD::RawCluster &rawCluster, double &time, double &timeError, int &firstFrame)=0
computes the cluster time, timeError and FirstFrame
double m_apvClockPeriod
APV clock period.
bool m_returnRawClusterTime
to be used for time calibration
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.