#ifndef MARS_MHCalibrationConfig #define MARS_MHCalibrationConfig ///////////////////////////////////////////////////////////////////////////// // // // MHCalibrationConfig // // // // Contains all configuration data of the Calibration // // i // ///////////////////////////////////////////////////////////////////////////// // Global rejection criteria for the acceptance of a fit: Prob=0.001 == 99.7% Probability const Float_t gkProbLimit = 0.001; // Square root of 2 pi: const Float_t gkSq2Pi = 2.506628274631; #endif /* MARS_MHCalibrationBlindPixelConfig */