ATLAS Offline Software
|
Helper class to store ID numbers of AFP proton reconstruction algorithms. More...
#include <AFPProtonRecoAlgID.h>
Static Public Attributes | |
static constexpr int | analytical {0} |
analytical algorithm id=0 More... | |
static constexpr int | chi2minuit {1} |
chi2minuit algorithm id=1 More... | |
Helper class to store ID numbers of AFP proton reconstruction algorithms.
This class contains public static const variables which can be used instead of raw numbers for refering to algorithms used for AFP proton 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 | Analytical algorithm (AFP_GlobReco/AFP_ProtonRecoAnalytical) | |
1 | Chi^2 Minuit algorithm (AFP_GlobReco/AFP_ProtonRecoChi2Minuit) |
Definition at line 44 of file AFPProtonRecoAlgID.h.
|
staticconstexpr |
analytical algorithm id=0
Definition at line 47 of file AFPProtonRecoAlgID.h.
|
staticconstexpr |
chi2minuit algorithm id=1
Definition at line 48 of file AFPProtonRecoAlgID.h.