- Timestamp:
- 12/09/04 16:21:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5574 r5575 20 20 21 21 -*-*- END OF LINE -*-*- 22 23 2004/12/09: Markus Gaug 24 25 * mhcalib/MHCalibrationPix.[h,cc] 26 - fixed a bug in Reset(), fSaturation was not resetted before. 27 Affects only intensity calibraion. 28 22 29 23 30 2004/12/09: Thomas Bretz -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc
r5478 r5575 95 95 } 96 96 97 void MHCalibrationPix::Reset() 98 { 99 100 MHGausEvents::Reset(); 101 fSaturated = 0; 102 } 103 104 97 105 // ----------------------------------------------------------------------------- 98 106 // -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h
r5478 r5575 24 24 25 25 void Clear(Option_t *o=""); 26 26 void Reset(); 27 27 28 // Getters 28 29 const Double_t GetBlackout () const;
Note:
See TracChangeset
for help on using the changeset viewer.