| Line | |
|---|
| 1 | #ifndef MARS_MHCalibrationConfig
|
|---|
| 2 | #define MARS_MHCalibrationConfig
|
|---|
| 3 |
|
|---|
| 4 | /////////////////////////////////////////////////////////////////////////////
|
|---|
| 5 | // //
|
|---|
| 6 | // MHCalibrationConfig //
|
|---|
| 7 | // //
|
|---|
| 8 | // Contains all configuration data of the Calibration //
|
|---|
| 9 | // i //
|
|---|
| 10 | /////////////////////////////////////////////////////////////////////////////
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | // Global rejection criteria for the acceptance of a fit: Prob=0.001 == 99.7% Probability
|
|---|
| 14 | const Float_t gkProbLimit = 0.001;
|
|---|
| 15 |
|
|---|
| 16 | // Square root of 2 pi:
|
|---|
| 17 | const Float_t gkSq2Pi = 2.506628274631;
|
|---|
| 18 |
|
|---|
| 19 | #endif /* MARS_MHCalibrationBlindPixelConfig */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.