Changeset 5575 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 12/09/04 16:21:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.