Class to check whether the reconstruction algorithms are available or not.
More...
#include <SVDReconstructionBase.h>
|
void | buildAlgorithmSets () |
| build the sets containing the available time, charge and position algorithms
|
|
Class to check whether the reconstruction algorithms are available or not.
Definition at line 18 of file SVDReconstructionBase.h.
◆ isChargeAlgorithmAvailable()
bool isChargeAlgorithmAvailable |
( |
TString |
chargeAlg | ) |
|
|
inline |
- Returns
- true if the chargeAlg is implemented and available for reconstruction
Definition at line 48 of file SVDReconstructionBase.h.
std::set< TString > m_chargeAlgorithms
set containing the available charge algorithms
◆ isPositionAlgorithmAvailable()
bool isPositionAlgorithmAvailable |
( |
TString |
positionAlg | ) |
|
|
inline |
- Returns
- true if the positionAlg is implemented and available for reconstruction
Definition at line 56 of file SVDReconstructionBase.h.
◆ isTimeAlgorithmAvailable()
bool isTimeAlgorithmAvailable |
( |
TString |
timeAlg | ) |
|
|
inline |
- Returns
- true if the timeAlg is implemented and available for reconstruction
Definition at line 40 of file SVDReconstructionBase.h.
The documentation for this class was generated from the following file: