Changeset 19304 for trunk/Mars/mimage


Ignore:
Timestamp:
10/25/18 19:42:25 (6 years ago)
Author:
tbretz
Message:
Replaced \circ by #circ because the old one looks weird.
Location:
trunk/Mars/mimage
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mimage/MHHillas.cc

    r12866 r19304  
    8686    fDelta->SetDirectory(NULL);
    8787
    88     fLength->SetXTitle("Length [\\circ]");
    89     fWidth->SetXTitle("Width [\\circ]");
    90     fDistC->SetXTitle("Distance [\\circ]");
    91     fDelta->SetXTitle("Delta [\\circ]");
     88    fLength->SetXTitle("Length [#circ]");
     89    fWidth->SetXTitle("Width [#circ]");
     90    fDistC->SetXTitle("Distance [#circ]");
     91    fDelta->SetXTitle("Delta [#circ]");
    9292
    9393    fLength->SetYTitle("Counts");
  • trunk/Mars/mimage/MHHillasExt.cc

    r12944 r19304  
    117117    fHSlopeSpreadW.SetTitle("Weighted time spread around slope");
    118118
    119     fHAsym.SetXTitle("Asym [\\circ]");
    120     fHM3Long.SetXTitle("3^{rd} M_{l} [\\circ]");
    121     fHM3Trans.SetXTitle("3^{rd} M_{t} [\\circ]");
    122     fHSlopeL.SetXTitle("D [\\circ]");
     119    fHAsym.SetXTitle("Asym [#circ]");
     120    fHM3Long.SetXTitle("3^{rd} M_{l} [#circ]");
     121    fHM3Trans.SetXTitle("3^{rd} M_{t} [#circ]");
     122    fHSlopeL.SetXTitle("D [#circ]");
    123123    fHTimeSpread.SetXTitle("T_{rms} [ns]");
    124124    fHTimeSpreadW.SetXTitle("T_{rms} [ns]");
     
    129129    fHM3Long.SetYTitle("Counts");
    130130    fHM3Trans.SetYTitle("Counts");
    131     fHSlopeL.SetYTitle("S_{l} [ns/\\circ]");
     131    fHSlopeL.SetYTitle("S_{l} [ns/#circ]");
    132132    fHTimeSpread.SetYTitle("Counts");
    133133    fHTimeSpreadW.SetYTitle("Counts");
  • trunk/Mars/mimage/MHNewImagePar.cc

    r9851 r19304  
    109109    fHistUsedArea.SetName("UsedArea");
    110110    fHistUsedArea.SetTitle("Area of used pixels");
    111     fHistUsedArea.SetXTitle("Area [\\circ^{2}]");
     111    fHistUsedArea.SetXTitle("Area [#circ^{2}]");
    112112    fHistUsedArea.SetYTitle("Counts");
    113113    fHistUsedArea.SetDirectory(NULL);
     
    118118    fHistCoreArea.SetName("CoreArea");
    119119    fHistCoreArea.SetTitle("Area of core pixels");
    120     fHistCoreArea.SetXTitle("Area [\\circ^{2}]");
     120    fHistCoreArea.SetXTitle("Area [#circ^{2}]");
    121121    fHistCoreArea.SetYTitle("Counts");
    122122    fHistCoreArea.SetDirectory(NULL);
  • trunk/Mars/mimage/MHVsSize.cc

    r19133 r19304  
    9393    fM3Long.SetXTitle("Size [phe]");
    9494
    95     fLength.SetYTitle("Length [\\circ]");
    96     fWidth.SetYTitle("Width [\\circ]");
    97     fDist.SetYTitle("Distance [\\circ]");
     95    fLength.SetYTitle("Length [#circ]");
     96    fWidth.SetYTitle("Width [#circ]");
     97    fDist.SetYTitle("Distance [#circ]");
    9898    fConc1.SetYTitle("Conc1 [ratio]");
    99     fArea.SetYTitle("Area [\\circ^{2}]");
    100     fM3Long.SetYTitle("M3Long [\\circ]");
     99    fArea.SetYTitle("Area [#circ^{2}]");
     100    fM3Long.SetYTitle("M3Long [#circ]");
    101101
    102102    const MBinning binse( 50,   10, 1e5, "", "log");
Note: See TracChangeset for help on using the changeset viewer.