Ignore:
Timestamp:
09/03/04 13:57:47 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHAlpha.cc

    r4837 r4840  
    283283    if (paint)
    284284    {
    285         TLatex text;
    286         text.PaintLatex(3, fHist.GetMaximum()*1.11, 0, 0.04,
    287                         Form("\\sigma_{Li/Ma}=%.1f (\\alpha<%.1f\\circ)  \\omega=%.1f\\circ  E=%d  (\\chi_{b}^{2}/N=%.1f  \\chi_{s}^{2}/N=%.1f)",
    288                              sig, fSigInt, sigmagaus, (int)(s-b), chisq1, chisq2));
     285        TLatex text(0.13, 0.94, Form("\\sigma_{Li/Ma}=%.1f (\\alpha<%.1f\\circ)  \\omega=%.1f\\circ  E=%d  (\\chi_{b}^{2}/N=%.1f  \\chi_{s}^{2}/N=%.1f)",
     286                                     sig, fSigInt, sigmagaus, (int)(s-b), chisq1, chisq2));
     287        text.SetBit(TLatex::kTextNDC);
     288        text.SetTextSize(0.04);
     289        text.Paint();
    289290    }
    290291    // ------------------------------------
Note: See TracChangeset for help on using the changeset viewer.