Ignore:
Timestamp:
11/08/01 10:57:01 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

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

    r1048 r1052  
    3636    // connect all the histogram with the container fHist
    3737    //
    38     fAlpha  = new TH1F("\\alpha [^\\circ]", "Alpha of Hillas",   90, 0,  90);
     38    fAlpha  = new TH1F("\\alpha [\\circ]", "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 [°]");
     48    fAlpha->GetXaxis()->SetTitle("\\alpha [\\circ]");
    4949    fLength->GetXaxis()->SetTitle("Length [mm]");
    5050    fDist->GetXaxis()->SetTitle("Dist [mm]");
  • trunk/MagicSoft/Mars/mhist/Makefile

    r961 r1052  
    4848include ../Makefile.rules
    4949
    50 clean:  rmlib rmcint rmobjs rmcore rmbin
     50clean:  rmcint rmobjs rmcore rmlib
    5151
    5252mrproper:       clean rmbak
Note: See TracChangeset for help on using the changeset viewer.