Changeset 5071


Ignore:
Timestamp:
09/16/04 16:13:38 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc

    r5070 r5071  
    138138// Deletes (if Pointer is not NULL):
    139139//
    140 // - fSinglePheFit
    141140// - fFitLegend
    142141// - fHSinglePheFADCSlices
    143142// - 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
    144151//
    145152MHCalibrationChargeBlindPix::~MHCalibrationChargeBlindPix()
Note: See TracChangeset for help on using the changeset viewer.