Ignore:
Timestamp:
09/24/19 15:57:07 (5 years ago)
Author:
tbretz
Message:
Fixed a type in the units of the COG
File:
1 edited

Legend:

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

    r19304 r19679  
    116116    fCenter = new TH2F("Center", "Center of gravity", 51, -1.5, 1.5, 51, -1.5, 1.5);
    117117    fCenter->SetDirectory(NULL);
    118     fCenter->SetXTitle("x [mm]");
    119     fCenter->SetYTitle("y [mm]");
     118    fCenter->SetXTitle("x [#circ]");
     119    fCenter->SetYTitle("y [#circ]");
    120120    fCenter->SetZTitle("Counts");
    121121}
     
    173173    else
    174174        SetBinning(*fCenter, *bins, *bins);
    175 
    176175
    177176    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.