Belle II Software development
|
KFitConst is a container of constant names. More...
#include <KFitConst.h>
Static Public Attributes | |
static const int | kNumber3 = 3 |
Constant 3 to check matrix size (internal use) | |
static const int | kNumber6 = 6 |
Constant 6 to check matrix size (internal use) | |
static const int | kNumber7 = 7 |
Constant 7 to check matrix size (internal use) | |
static const int | kBeforeFit = 0 |
Input parameter to specify before-fit when setting/getting a track attribute. | |
static const int | kAfterFit = 1 |
Input parameter to specify after-fit when setting/getting a track attribute. | |
static const int | kMaxTrackCount = 10 |
Maximum track size. | |
static const int | kMaxTrackCount2 = 30 |
Maximum track size (internal use) | |
static const int | kMaxIterationCount = 15 |
Maximum iteration step (internal use) | |
static constexpr double | kInitialCHIsq = 1.0e+30 |
Initial chi-square value (internal use) | |
static constexpr double | kDefaultMagneticField = 1.5 |
Default magnetic field when not set externally. | |
KFitConst is a container of constant names.
Definition at line 26 of file KFitConst.h.
|
static |
Input parameter to specify after-fit when setting/getting a track attribute.
Definition at line 37 of file KFitConst.h.
|
static |
Input parameter to specify before-fit when setting/getting a track attribute.
Definition at line 35 of file KFitConst.h.
|
staticconstexpr |
Default magnetic field when not set externally.
Definition at line 51 of file KFitConst.h.
|
staticconstexpr |
Initial chi-square value (internal use)
Definition at line 48 of file KFitConst.h.
|
static |
Maximum iteration step (internal use)
Definition at line 45 of file KFitConst.h.
|
static |
Maximum track size.
Definition at line 40 of file KFitConst.h.
|
static |
Maximum track size (internal use)
Definition at line 42 of file KFitConst.h.
|
static |
Constant 3 to check matrix size (internal use)
Definition at line 28 of file KFitConst.h.
|
static |
Constant 6 to check matrix size (internal use)
Definition at line 30 of file KFitConst.h.
|
static |
Constant 7 to check matrix size (internal use)
Definition at line 32 of file KFitConst.h.