- Timestamp:
- 02/19/04 09:31:54 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3235 r3236 13 13 - calculate the F-Factor method already in the post-Process 14 14 15 * mcalib/MCalibrationPix.h 16 - move CalcFFactorMethod to public 17 15 18 16 19 2004/01/18: Abelardo Moralejo -
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h
r3145 r3236 97 97 Bool_t CheckChargeValidity(); 98 98 Bool_t CheckTimeFitValidity(); 99 Bool_t CalcFFactorMethod();100 99 101 100 public: … … 222 221 void ApplyLoGainConversion(); 223 222 void CheckOscillations(); 223 Bool_t CalcFFactorMethod(); 224 224 225 225 ClassDef(MCalibrationPix, 1) // Container for Calibration of one pixel
Note:
See TracChangeset
for help on using the changeset viewer.