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.
◆ SVDReconstructionBase()
default constructor
Definition at line 30 of file SVDReconstructionBase.h.
void buildAlgorithmSets()
build the sets containing the available time, charge and position algorithms
◆ ~SVDReconstructionBase()
◆ buildAlgorithmSets()
void buildAlgorithmSets |
( |
| ) |
|
|
inlineprotected |
build the sets containing the available time, charge and position algorithms
Definition at line 75 of file SVDReconstructionBase.h.
76 {
80
84
87 }
std::set< TString > m_positionAlgorithms
set containing the available position algorithms
std::set< TString > m_timeAlgorithms
set containing the available time algorithms
std::set< TString > m_chargeAlgorithms
set containing the available charge algorithms
◆ 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.
◆ 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.
◆ m_chargeAlgorithms
std::set<TString> m_chargeAlgorithms |
|
protected |
◆ m_positionAlgorithms
std::set<TString> m_positionAlgorithms |
|
protected |
◆ m_timeAlgorithms
std::set<TString> m_timeAlgorithms |
|
protected |
The documentation for this class was generated from the following file: