Ignore:
Timestamp:
10/31/01 13:47:45 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillas.h

    r1014 r1018  
    1616    Float_t fAlpha;     // [deg] Angle between the length axis of the ellipse and the camera center
    1717    Float_t fTheta;     // [rad] Angle between the x axis and the center of the ellipse
    18     Float_t fWidth;     // Width of the ellipse
    19     Float_t fLength;    // Length of the ellipse
    20     Float_t fSize;      // Size of the ellipse
    21     Float_t fDist;      // Distance of the ellipse COM from the camera center
     18    Float_t fWidth;     // [mm]  Width of the ellipse
     19    Float_t fLength;    // [mm]  Length of the ellipse
     20    Float_t fSize;      // [#CerPhot] Size of the ellipse
     21    Float_t fDist;      // [mm] Distance of the ellipse COM from the camera center
    2222
    2323    TEllipse *fEllipse; //! Graphical Object to Display Ellipse
     
    3333    void Print(Option_t *opt=NULL) const;
    3434    void Draw(Option_t *opt=NULL);
    35     void Paint(Option_t *opt=NULL);
     35    //void Paint(Option_t *opt=NULL);
    3636
    3737    void Clear(Option_t *opt=NULL);
Note: See TracChangeset for help on using the changeset viewer.