Ignore:
Timestamp:
09/17/04 18:51:37 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhflux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc

    r5100 r5114  
    217217    f.fFunc = new TF1(*fFunc);
    218218    gROOT->GetListOfFunctions()->Remove(f.fFunc);
     219    f.fFunc->SetName("Dummy");
    219220    delete fcn;
    220221}
  • TabularUnified trunk/MagicSoft/Mars/mhflux/MAlphaFitter.h

    r5100 r5114  
    4646
    4747        gROOT->GetListOfFunctions()->Remove(fFunc);
     48        fFunc->SetName("Dummy");
    4849    }
    4950
     
    5960    void Print(Option_t *o=0) const;
    6061    void Copy(TObject &o) const;
     62    /*
     63    TObject *Clone(const char *name) const
     64    {
     65        return new MAlphaFitter(*this);
     66    }
     67    */
    6168
    6269    void SetSignalIntegralMax(Float_t s)   { fSigInt       = s; }
     
    6673    void SetPolynomOrder(Int_t s)          { fPolynomOrder = s; delete fFunc; fFunc=new TF1 ("", Form("gaus(0) + pol%d(3)", s));
    6774        gROOT->GetListOfFunctions()->Remove(fFunc);
     75        fFunc->SetName("Dummy");
    6876        fCoefficients.Set(3+s+1); fCoefficients.Reset(); }
    6977
Note: See TracChangeset for help on using the changeset viewer.