Belle II Software
release-08-01-10
|
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.