Ignore:
Timestamp:
05/12/05 19:20:44 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7015 r7022  
    4545
    4646#include <TH1.h>
     47#include <TF1.h>
    4748#include <TPad.h>
    4849#include <TLatex.h>
     
    207208    fHistBroad.Draw();
    208209
     210    TF1 ref("RefShape", "0.112*x*x - 0.413*x + 0.404", 0.7, 1.2);
     211    ref.SetLineColor(kBlue);
     212    ref.SetLineWidth(1);
     213    ref.SetLineStyle(kDashed);
     214    ref.DrawCopy("same");
     215
    209216    AppendPad("pad4");
    210217}
Note: See TracChangeset for help on using the changeset viewer.