- Timestamp:
- 08/02/05 14:07:18 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
r7252 r7253 265 265 if (TString(opt)==TString("pad4")) 266 266 { 267 const TString txt = Form("\\Sigma_{%.2f\\circ}^{%.2f\\circ} = % .3f",268 fgIntegralLoLim, fgIntegralUpLim, Integral(fHistBroad) );269 270 TLatex text(0.5 7, 0.93, txt);267 const TString txt = Form("\\Sigma_{%.2f\\circ}^{%.2f\\circ} = %3.1fm", 268 fgIntegralLoLim, fgIntegralUpLim, Integral(fHistBroad)*1000); 269 270 TLatex text(0.55, 0.93, txt); 271 271 text.SetBit(TLatex::kTextNDC); 272 272 text.SetTextSize(0.055);
Note:
See TracChangeset
for help on using the changeset viewer.