9 #include <svd/reconstruction/SVDCoGOnlyPosition.h>
23 void SVDCoGOnlyPosition::computeClusterPosition(
Belle2::SVD::RawCluster& rawCluster,
double& position,
double& positionError)
25 reconstructStrips(rawCluster);
26 applyUnfolding(rawCluster);
27 applyCoGPosition(rawCluster, position, positionError);
30 positionError = m_CoGOnlyCal.getCorrectedClusterPositionError(rawCluster.
getSensorID(), rawCluster.
isUSide(), rawCluster.
getSize(),
Class representing a raw cluster candidate during clustering of the SVD.
VxdID getSensorID() const
Abstract base class for different kinds of events.