12#include <svd/reconstruction/SVDClusterPosition.h>
14#include <svd/reconstruction/SVDCoGOnlyPosition.h>
15#include <svd/reconstruction/SVDOldDefaultPosition.h>
32 if (description ==
"CoGOnly")
34 if (description ==
"OldDefault")
37 B2WARNING(
"the SVD cluster position algorithm is not recognized, using OldDefault!");
Abstract Class representing the SVD cluster position.
Derived Class representing the SVD cluster position computed with the CoGOnly algorithm.
Derived Class representing the SVD cluster position computed with the old algorithm (up to release-05...
Cluster Position Factory Class.
static SVDClusterPosition * NewPosition(const std::string &description)
static function that returns the class to compute the cluster position
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.