Changeset 5071
- Timestamp:
- 09/16/04 16:13:38 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc
r5070 r5071 138 138 // Deletes (if Pointer is not NULL): 139 139 // 140 // - fSinglePheFit141 140 // - fFitLegend 142 141 // - fHSinglePheFADCSlices 143 142 // - fHPedestalFADCSlices 143 // 144 // For the fits, we have to take special care since ROOT 145 // has stored the function pointer in a global list which 146 // lead to removing the object twice. We have to take out 147 // the following functions of the global list of functions 148 // as well: 149 // 150 // - fSinglePheFit 144 151 // 145 152 MHCalibrationChargeBlindPix::~MHCalibrationChargeBlindPix()
Note:
See TracChangeset
for help on using the changeset viewer.