Class to check whether the reconstruction algorithms are available or not.
void buildAlgorithmSets()
build the sets containing the available time, charge and position algorithms
virtual ~SVDReconstructionBase()
virtual destructor
bool isChargeAlgorithmAvailable(TString chargeAlg)
std::set< TString > m_positionAlgorithms
set containing the available position algorithms
SVDReconstructionBase(const SVDReconstructionBase &)=default
default copy constructor
std::set< TString > m_timeAlgorithms
set containing the available time algorithms
SVDReconstructionBase()
default constructor
bool isTimeAlgorithmAvailable(TString timeAlg)
std::set< TString > m_chargeAlgorithms
set containing the available charge algorithms
bool isPositionAlgorithmAvailable(TString positionAlg)
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.