Changeset 19007 for trunk/Mars/mjobs
- Timestamp:
- 04/27/18 20:25:29 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mjobs/MJSpectrum.cc
r9851 r19007 913 913 const Double_t exp = TMath::Power(10, i); 914 914 915 TString str = MString::Format("(%s #pm %s) ·10^{%d} ",915 TString str = MString::Format("(%s #pm %s)\u00b710^{%d} ", 916 916 FormFloat(p1/exp).Data(), FormFloat(e1/exp).Data(), i); 917 917 … … 1137 1137 spectrum.SetMarkerStyle(kFullDotMedium); 1138 1138 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}]"); 1140 1140 spectrum.SetDirectory(0); 1141 1141 spectrum.DrawCopy();
Note:
See TracChangeset
for help on using the changeset viewer.