Ignore:
Timestamp:
09/02/04 17:53:10 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4836 r4837  
    277277
    278278    // ------------------------------------
     279    // This is always draw one update too late... why?
     280    //fHist.SetTitle(Form("\\sigma_{Li/Ma}=%.1f (\\alpha<%.1f\\circ)  \\omega=%.1f\\circ  E=%d  (\\chi_{b}^{2}/N=%.1f  \\chi_{s}^{2}/N=%.1f)",
     281    //                    sig, fSigInt, sigmagaus, (int)(s-b), chisq1, chisq2));
     282
    279283    if (paint)
    280284    {
    281285        TLatex text;
    282         text.PaintLatex(9, fHist.GetMaximum()*1.11, 0, 0.04,
    283                         Form("\\sigma_{Li/Ma}=%.1f \\omega=%.1f\\circ  E=%d  (\\chi_{b}^{2}/N=%.1f  \\chi_{s}^{2}/N=%.1f)",
    284                              sig, sigmagaus, (int)(s-b), chisq1, chisq2));
     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));
    285289    }
    286290    // ------------------------------------
Note: See TracChangeset for help on using the changeset viewer.