- Timestamp:
- 12/18/03 19:38:40 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2718 r2720 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2003/12/18: Abelardo Moralejo 8 9 * manalysis/MCalibrate.cc 10 - Corrected variable names: Convertion -> Conversion, and also 11 removed the "f" in from of local (non-member) variables. 12 6 13 2003/12/18: Markus Gaug, Michele Doro 7 14 -
trunk/MagicSoft/Mars/manalysis/MCalibrate.cc
r2717 r2720 150 150 151 151 152 // Float_t fCalibraitonConvertionFactor = pix.GetMeanConversionFFactorMethod();153 Float_t fCalibrationConvertionFactor = pix.GetMeanConversionBlindPixelMethod();154 Float_t fCalibrationConvertionFactorError = pix.GetErrorConversionBlindPixelMethod();152 // Float_t calibrationConvertionFactor = pix.GetMeanConversionFFactorMethod(); 153 Float_t calibrationConversionFactor = pix.GetMeanConversionBlindPixelMethod(); 154 Float_t calibrationConversionFactorError = pix.GetErrorConversionBlindPixelMethod(); 155 155 156 156 157 Float_t nphot = signal* fCalibrationConvertionFactor;158 Float_t nphoterr = signal* fCalibrationConvertionFactorError;;157 Float_t nphot = signal*calibrationConversionFactor; 158 Float_t nphoterr = signal*calibrationConversionFactorError;; 159 159 160 160 fCerPhotEvt->AddPixel(pixid, nphot, nphoterr);
Note:
See TracChangeset
for help on using the changeset viewer.