Changeset 1018 for trunk/MagicSoft/Mars/manalysis/MHillas.h
- Timestamp:
- 10/31/01 13:47:45 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHillas.h
r1014 r1018 16 16 Float_t fAlpha; // [deg] Angle between the length axis of the ellipse and the camera center 17 17 Float_t fTheta; // [rad] Angle between the x axis and the center of the ellipse 18 Float_t fWidth; // Width of the ellipse19 Float_t fLength; // Length of the ellipse20 Float_t fSize; // Size of the ellipse21 Float_t fDist; // Distance of the ellipse COM from the camera center18 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 22 22 23 23 TEllipse *fEllipse; //! Graphical Object to Display Ellipse … … 33 33 void Print(Option_t *opt=NULL) const; 34 34 void Draw(Option_t *opt=NULL); 35 void Paint(Option_t *opt=NULL);35 //void Paint(Option_t *opt=NULL); 36 36 37 37 void Clear(Option_t *opt=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.