Changeset 4837
- Timestamp:
- 09/02/04 17:53:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHAlpha.cc
r4836 r4837 277 277 278 278 // ------------------------------------ 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 279 283 if (paint) 280 284 { 281 285 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)); 285 289 } 286 290 // ------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.