Changeset 8035


Ignore:
Timestamp:
10/09/06 14:57:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.cc

    r8030 r8035  
    389389    }
    390390
    391     TString form(GetFormulaWeightsX());
    392391    if (fFunc)
    393392        delete fFunc;
    394393
    395     fFunc = new TF1("", form);
     394    fFunc = new TF1("", GetFormulaWeightsX());
    396395    gROOT->GetListOfFunctions()->Remove(fFunc);
    397396    fFunc->SetName("SpectralWeighs");
Note: See TracChangeset for help on using the changeset viewer.