#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; // Starting number of bins for the histo: const Int_t gkStartBlindPixelBinNr = 10000; // Starting number of bins for the histo: (maximum by hardware: 4080) const Int_t gkStartPINDiodeBinNr = 4000; // Square root of 2 pi: const Float_t gkSq2Pi = 2.506628274631; #endif /* MARS_MHCalibrationBlindPixelConfig */