Ignore:
Timestamp:
10/25/18 19:42:25 (6 years ago)
Author:
tbretz
Message:
Replaced \circ by #circ because the old one looks weird.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mreflector/MHReflector.cc

    r9320 r19304  
    6262    fHistXY.SetName("ReflXY");
    6363    fHistXY.SetTitle("Histogram vs X/Y and Energy");
    64     fHistXY.SetXTitle("X [\\circ]");
    65     fHistXY.SetYTitle("Y [\\circ]");
     64    fHistXY.SetXTitle("X [#circ]");
     65    fHistXY.SetYTitle("Y [#circ]");
    6666    fHistXY.SetZTitle("E [GeV]");
    6767    fHistXY.SetDirectory(NULL);
     
    7171    fHistRad.SetTitle("Histogram vs Radius and Energy");
    7272    fHistRad.SetXTitle("E [GeV]");
    73     fHistRad.SetYTitle("R [\\circ]");
     73    fHistRad.SetYTitle("R [#circ]");
    7474    fHistRad.SetZTitle("Cnts/deg^{2}");
    7575    fHistRad.SetDirectory(NULL);
Note: See TracChangeset for help on using the changeset viewer.