Ignore:
Timestamp:
11/01/01 10:19:46 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHHillas.cc

    r1004 r1023  
    3636    // connect all the histogram with the container fHist
    3737    //
    38     fAlpha  = new TH1F("Alpha [deg]", "Alpha of Hillas",   90, 0,  90);
     38    fAlpha  = new TH1F("Alpha [°]", "Alpha of Hillas",   90, 0,  90);
    3939    fWidth  = new TH1F("Width [mm]",  "Width of Hillas",  100, 0, 300);
    4040    fLength = new TH1F("Length [mm]", "Length of Hillas", 100, 0, 300);
     
    4646    fWidth->SetDirectory(NULL);
    4747
    48     fAlpha->GetXaxis()->SetTitle("Alpha [deg]");
     48    fAlpha->GetXaxis()->SetTitle("Alpha [°]");
    4949    fLength->GetXaxis()->SetTitle("Length [mm]");
    5050    fDist->GetXaxis()->SetTitle("Dist [mm]");
Note: See TracChangeset for help on using the changeset viewer.