Ignore:
Timestamp:
04/24/03 13:10:43 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHillasSrc.h

    r1940 r2004  
    1616    Float_t fAlpha;         // [deg]  angle of major axis with vector to src
    1717    Float_t fDist;          // [mm]   distance between src and center of ellipse
    18     Float_t fHeadTail;      // [mm]
    1918    Float_t fCosDeltaAlpha; // [1]    cosine of angle between d and a
    2019
     
    3534    Float_t GetAlpha()         const { return fAlpha; }
    3635    Float_t GetDist()          const { return fDist; }
    37     Float_t GetHeadTail()      const { return fHeadTail; }
    3836    Float_t GetCosDeltaAlpha() const { return fCosDeltaAlpha; }
    3937
     
    4745    //virtual void AsciiWrite(ofstream &fout) const;
    4846
    49     ClassDef(MHillasSrc, 3) // Container to hold source position dependant parameters
     47    ClassDef(MHillasSrc, 4) // Container to hold source position dependant parameters
    5048};
    5149
Note: See TracChangeset for help on using the changeset viewer.