Changeset 4840 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 09/03/04 13:57:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHAlpha.cc
r4837 r4840 283 283 if (paint) 284 284 { 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(); 289 290 } 290 291 // ------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.