ATLAS Offline Software
|
Helper class to store ID numbers of track reconstruction algorithms. More...
#include <AFPTrackRecoAlgID.h>
Static Public Attributes | |
static constexpr int | basicKalman {0} |
basic Kalman algorithm id=0 More... | |
static constexpr int | linReg {1} |
linear regression algorithm id=1 More... | |
Helper class to store ID numbers of track reconstruction algorithms.
This class contains public static const variables which can be used instead of raw numbers for refering to algorithms used for track reconstruction. Enum is not used to allow adding new numbers without the need of modifying the header file.
An example of usage
Algorithms indexing follows the scheme
ID | Algorithm | Comments |
---|---|---|
0 | Basic Kalman algorithm (AFP_LocReco/AFPSiDBasicKalmanTool) | |
1 | Linear Regression algorithm (AFP_LocRecoAFPSiDLinRegTool) |
Definition at line 44 of file AFPTrackRecoAlgID.h.
|
staticconstexpr |
basic Kalman algorithm id=0
Definition at line 47 of file AFPTrackRecoAlgID.h.
|
staticconstexpr |
linear regression algorithm id=1
Definition at line 48 of file AFPTrackRecoAlgID.h.