Changeset 19305 for trunk/Mars/mjoptim


Ignore:
Timestamp:
10/25/18 19:42:43 (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/mjoptim/MJOptimizeDisp.cc

    r18043 r19305  
    189189    const char *n3   = Form("M[%d]", num3);
    190190    MH3 hdisp(n3, "sqrt(ThetaSquared.fVal)");
    191     hdisp.SetTitle("\\vartheta^{2} distribution vs. Size:Size [phe]:\\vartheta^{2} [\\circ^{2}]");
     191    hdisp.SetTitle("\\vartheta^{2} distribution vs. Size:Size [phe]:\\vartheta^{2} [#circ^{2}]");
    192192
    193193    MBinning binsx(100, 10, 100000, "BinningMH3X", "log");
Note: See TracChangeset for help on using the changeset viewer.