Ignore:
Timestamp:
09/03/04 13:57:47 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4826 r4840  
    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);
    75     fDCA   = new TH1F("DCA",   "Distance of closest aproach",     101,  -500,  500);
    76     fDCADelta = new TH1F("DCADelta", "Angle between shower and x-axis", 101,   0, 360);
     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);
     75    fDCA      = new TH1F("DCA",      "Distance of closest aproach",     101,  -500, 500);
     76    fDCADelta = new TH1F("DCADelta", "Angle between shower and x-axis", 101,     0, 360);
    7777
    7878    fAlpha->SetDirectory(NULL);
Note: See TracChangeset for help on using the changeset viewer.