Ignore:
Timestamp:
08/26/03 14:14:49 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc

    r2173 r2320  
    7070    // connect all the histogram with the container fHist
    7171    //
    72     fAlpha    = new TH1F("Alpha",    "Alpha of Ellipse",            181, -90,  90);
    73     fDist     = new TH1F("Dist",     "Dist of Ellipse",             100,    0, 445);
    74     fCosDA    = new TH1F("CosDA",    "cos(Delta,Alpha) of Ellipse", 101,   -1,   1);
     72    fAlpha = new TH1F("Alpha", "Alpha of Ellipse",            181, -90,  90);
     73    fDist  = new TH1F("Dist",  "Dist of Ellipse",             100,   0, 445);
     74    fCosDA = new TH1F("CosDA", "cos(Delta,Alpha) of Ellipse", 101,  -1,   1);
    7575
    7676    fAlpha->SetDirectory(NULL);
Note: See TracChangeset for help on using the changeset viewer.