Changeset 2831 for trunk/MagicSoft/Mars/mcalib/MHCalibrationConfig.h
- Timestamp:
- 01/16/04 14:27:54 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationConfig.h
r2734 r2831 11 11 12 12 13 // Global rejection criteria for the acceptance of a fit: Prob=0.0 1 == 99% Probability13 // Global rejection criteria for the acceptance of a fit: Prob=0.001 == 99.7% Probability 14 14 const Float_t gkProbLimit = 0.001; 15 15 … … 23 23 const Float_t gkSq2Pi = 2.506628274631; 24 24 25 // typedef to the fitting functions for the blind pixel26 typedef Double_t (*BlindPixelFitFunc)(Double_t *, Double_t *);27 28 25 #endif /* MARS_MHCalibrationBlindPixelConfig */
Note:
See TracChangeset
for help on using the changeset viewer.