Ignore:
Timestamp:
02/21/02 12:08:03 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1203 r1218  
    1919    Float_t   fDelta;    // [rad]       angle of major axis with x-axis
    2020    Float_t   fSize;     // [#CerPhot]  sum of content of all pixels (number of Cherenkov photons)
    21     Float_t   fMeanx;    // [mm]        x-coordinate of center of ellipse
    22     Float_t   fMeany;    // [mm]        y-coordinate of center of ellipse
     21    Float_t   fMeanX;    // [mm]        x-coordinate of center of ellipse
     22    Float_t   fMeanY;    // [mm]        y-coordinate of center of ellipse
    2323
    2424    Float_t   fSinDelta; //! [1] sin of Delta (to be used in derived classes)
     
    5353    Float_t GetDelta() const  { return fDelta; }
    5454    Float_t GetSize() const   { return fSize; }
    55     Float_t GetMeanX() const  { return fMeanx; }
    56     Float_t GetMeanY() const  { return fMeany; }
     55    Float_t GetMeanX() const  { return fMeanX; }
     56    Float_t GetMeanY() const  { return fMeanY; }
    5757
    5858    virtual void AsciiRead(ifstream &fin);
    59     virtual void AsciiWrite(ofstream &fout) const;
     59    //virtual void AsciiWrite(ofstream &fout) const;
    6060
    6161    ClassDef(MHillas, 1) // Storage Container for Hillas Parameter
Note: See TracChangeset for help on using the changeset viewer.