Changeset 9303 for trunk/MagicSoft/Mars/mmuon
- Timestamp:
- 02/07/09 20:48:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
r9153 r9303 54 54 #include "MLogManip.h" 55 55 56 #include "MString.h" 57 56 58 #include "MGeomCam.h" 57 59 #include "MBinning.h" … … 274 276 if (TString(opt)==TString("pad4")) 275 277 { 276 const TString txt = Form("\\Sigma_{%.2f\\circ}^{%.2f\\circ} = %.3f",277 fgIntegralLoLim, fgIntegralUpLim, Integral(fHistBroad));278 const TString txt = MString::Format("\\Sigma_{%.2f\\circ}^{%.2f\\circ} = %.3f", 279 fgIntegralLoLim, fgIntegralUpLim, Integral(fHistBroad)); 278 280 279 281 TLatex text(0.55, 0.93, txt); … … 285 287 if (TString(opt)==TString("pad3")) 286 288 { 287 const TString txt = Form("\\Sigma_{%.2f\\circ}^{%.2f\\circ} = %.f",288 fgIntegralLoLim, fgIntegralUpLim, Integral(fHistSize));289 const TString txt = MString::Format("\\Sigma_{%.2f\\circ}^{%.2f\\circ} = %.f", 290 fgIntegralLoLim, fgIntegralUpLim, Integral(fHistSize)); 289 291 290 292 TLatex text(0.47, 0.93, txt);
Note:
See TracChangeset
for help on using the changeset viewer.