Ignore:
Timestamp:
02/07/09 20:48:57 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc

    r9153 r9303  
    5454#include "MLogManip.h"
    5555
     56#include "MString.h"
     57
    5658#include "MGeomCam.h"
    5759#include "MBinning.h"
     
    274276    if (TString(opt)==TString("pad4"))
    275277    {
    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));
    278280
    279281        TLatex text(0.55, 0.93, txt);
     
    285287    if (TString(opt)==TString("pad3"))
    286288    {
    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));
    289291
    290292        TLatex text(0.47, 0.93, txt);
Note: See TracChangeset for help on using the changeset viewer.