Changeset 19007 for trunk/Mars/mjobs


Ignore:
Timestamp:
04/27/18 20:25:29 (7 years ago)
Author:
tbretz
Message:
Replaced some unicode characters by proper string representations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mjobs/MJSpectrum.cc

    r9851 r19007  
    913913    const Double_t exp = TMath::Power(10, i);
    914914
    915     TString str = MString::Format("(%s #pm %s)·10^{%d} ",
     915    TString str = MString::Format("(%s #pm %s)\u00b710^{%d} ",
    916916                                  FormFloat(p1/exp).Data(), FormFloat(e1/exp).Data(), i);
    917917
     
    11371137    spectrum.SetMarkerStyle(kFullDotMedium);
    11381138    spectrum.SetTitle("Differential flux times E^{2}");
    1139     spectrum.SetYTitle("E^{2}·dN/dE [N·TeV/sm^{2}]");
     1139    spectrum.SetYTitle("E^{2}\u00b7dN/dE [N\u00b7TeV/sm^{2}]");
    11401140    spectrum.SetDirectory(0);
    11411141    spectrum.DrawCopy();
Note: See TracChangeset for help on using the changeset viewer.