Changeset 4636 for trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePix.cc
- Timestamp:
- 08/16/04 17:55:36 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePix.cc
r4582 r4636 128 128 MHGausEvents::InitBins(); 129 129 fHAbsTime.SetBins(fAbsTimeNbins,fAbsTimeFirst,fAbsTimeLast); 130 }131 132 // --------------------------------------------------------------------------133 //134 // Sets:135 // - fSaturated to 0.136 //137 // Executes:138 // - MHGausEvents::Clear()139 //140 void MHCalibrationChargePix::Clear(Option_t *o)141 {142 143 fSaturated = 0.;144 145 MHGausEvents::Clear();146 return;147 130 } 148 131
Note:
See TracChangeset
for help on using the changeset viewer.