Ignore:
Timestamp:
09/16/04 17:23:07 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5071 r5083  
    154154
    155155  if (fSinglePheFit)
    156     {
    157       gROOT->GetListOfFunctions()->Remove(fSinglePheFit);
    158156      delete fSinglePheFit;
    159     }
    160157 
    161158  if (fFitLegend)
     
    556553      return kFALSE;
    557554  }
     555
     556  gROOT->GetListOfFunctions()->Remove(fSinglePheFit);
    558557 
    559558  const Double_t mu_0_guess = 13.5;
Note: See TracChangeset for help on using the changeset viewer.