Belle II Software development
|
Derived Class representing the SVD cluster charge computed summing the max sample of each strip. More...
#include <SVDMaxSampleCharge.h>
Public Member Functions | |
void | computeClusterCharge (Belle2::SVD::RawCluster &rawCluster, double &charge, double &SNR, double &seedCharge) override |
compute the cluster charge, charge error and SNR with MaxSample | |
virtual | ~SVDMaxSampleCharge () |
virtual destructor | |
void | applyMaxSampleCharge (const Belle2::SVD::RawCluster &rawCluster, double &charge, double &SNR, double &seedCharge) |
MaxSample Charge Algorithm. | |
void | applySumSamplesCharge (const Belle2::SVD::RawCluster &rawCluster, double &charge, double &SNR, double &seedCharge) |
SumSamples Charge Algorithm. | |
void | applyELS3Charge (const Belle2::SVD::RawCluster &rawCluster, double &charge, double &SNR, double &seedCharge) |
ELS3 Charge Algorithm. | |
Protected Attributes | |
DBObjPtr< HardwareClockSettings > | m_hwClock |
Hardware Clocks. | |
double | m_apvClockPeriod = 1. / m_hwClock->getClockFrequency(Const::EDetector::SVD, "sampling") |
APV clock period. | |
SVDPulseShapeCalibrations | m_PulseShapeCal |
SVDPulseShaper calibration wrapper. | |
SVDNoiseCalibrations | m_NoiseCal |
SVDNoise calibration wrapper. | |
Derived Class representing the SVD cluster charge computed summing the max sample of each strip.
Definition at line 22 of file SVDMaxSampleCharge.h.
|
inlinevirtual |
|
inherited |
ELS3 Charge Algorithm.
Definition at line 95 of file SVDClusterCharge.cc.
|
inherited |
MaxSample Charge Algorithm.
Definition at line 24 of file SVDClusterCharge.cc.
|
inherited |
SumSamples Charge Algorithm.
Definition at line 59 of file SVDClusterCharge.cc.
|
overridevirtual |
compute the cluster charge, charge error and SNR with MaxSample
Implements SVDClusterCharge.
Definition at line 23 of file SVDMaxSampleCharge.cc.
|
protectedinherited |
APV clock period.
Definition at line 59 of file SVDClusterCharge.h.
|
protectedinherited |
Hardware Clocks.
Definition at line 56 of file SVDClusterCharge.h.
|
protectedinherited |
SVDNoise calibration wrapper.
Definition at line 65 of file SVDClusterCharge.h.
|
protectedinherited |
SVDPulseShaper calibration wrapper.
Definition at line 62 of file SVDClusterCharge.h.