Ignore:
Timestamp:
08/27/07 14:16:23 (17 years ago)
Author:
msmeyer
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc

    r8695 r8713  
    220220    txt.SetTextColor(kBlue);
    221221
    222     TF1 ref("RefShape100%", "-131+1333*x-385*x*x", fgIntegralLoLim, fgIntegralUpLim);
     222    TF1 ref("RefShape100%", "-77.07+1249.3*x-351.2*x*x", fgIntegralLoLim, fgIntegralUpLim);
    223223    // old: 573*x + 430
    224224    ref.SetLineColor(kBlue);
     
    239239
    240240    ref.SetName("RefShape12mm");
    241     ref.Compile("0.0655*x*x - 0.226*x + 0.226");
     241    ref.Compile("- 0.02711*x + 0.09359");
    242242    gROOT->GetListOfFunctions()->Remove(ref.DrawCopy("same"));
    243243
Note: See TracChangeset for help on using the changeset viewer.