Changeset 7188 for trunk/MagicSoft/Mars/mcalib/MCalibrationHiLoPix.cc
- Timestamp:
- 07/13/05 19:06:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationHiLoPix.cc
r5749 r7188 18 18 ! Author(s): Markus Gaug 02/2004 <mailto:markus@ifae.es> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 420 ! Copyright: MAGIC Software Development, 2000-2005 21 21 ! 22 22 \* ======================================================================== */ 23 23 ///////////////////////////////////////////////////////////////////////////// 24 // //25 // MCalibrationHiLoPix //26 // //27 // Storage container for high-gain vs. low-gain charge calibration results //28 // of one Pixel (PMT). //29 // The following "calibration" constants can be retrieved: //24 // 25 // MCalibrationHiLoPix 26 // 27 // Storage container for high-gain vs. low-gain charge calibration results 28 // of one Pixel (PMT). 29 // The following "calibration" constants can be retrieved: 30 30 // - GetHiLoRatio(): The mean conversion High-gain vs. Low-gain 31 31 // with which the low-gain result has to be multiplied 32 // - GetHiLoSigma(): The Gauss sigma of histogrammed High-gain vs. Low-gain ratios 32 // - GetHiLoSigma(): The Gauss sigma of histogrammed High-gain vs. 33 // Low-gain ratios 33 34 // 34 // See also: MHCalibrationHiLoPix, MHCalibrationHiLoCam // 35 // // 35 // See also: MHCalibrationHiLoPix, MHCalibrationHiLoCam 36 // 37 // Class Version 2: 38 // + Float_t fOffsetPerSlice; // Offset from fit (per FADC slice) 39 // + Float_t fGainRatio; // Ratio of gains from fit 40 // 36 41 ///////////////////////////////////////////////////////////////////////////// 37 42 #include "MCalibrationHiLoPix.h" … … 46 51 // 47 52 MCalibrationHiLoPix::MCalibrationHiLoPix(const char *name, const char *title) 53 : fOffsetPerSlice(-9999.), fGainRatio(-1.) 48 54 { 49 55 … … 52 58 53 59 } 54
Note:
See TracChangeset
for help on using the changeset viewer.