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

Legend:

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

    r1218 r1237  
    1414    const MSrcPosCam *fSrcPos; //! Source position in the camere
    1515
    16     Float_t fAlpha;  // [deg]  angle of major axis with vector to src
    17     Float_t fDist;   // [mm]   distance from src to center of ellipse
     16    Float_t fAlpha;    // [deg]  angle of major axis with vector to src
     17    Float_t fDist;     // [mm]   distance from src to center of ellipse
     18    Float_t fHeadTail; // [mm]
    1819
    1920public:
     
    2324    const MSrcPosCam *GetSrcPos() const   { return fSrcPos; }
    2425
    25     Float_t GetLength() const  { return fHillas->GetLength(); }
    26     Float_t GetWidth()  const  { return fHillas->GetWidth(); }
    27     Float_t GetDelta()  const  { return fHillas->GetDelta(); }
    28     Float_t GetSize()   const  { return fHillas->GetSize(); }
    29     Float_t GetMeanX()  const  { return fHillas->GetMeanX(); }
    30     Float_t GetMeanY()  const  { return fHillas->GetMeanY(); }
    31     Float_t GetAlpha()  const  { return fAlpha; }
    32     Float_t GetDist()   const  { return fDist; }
     26    Float_t GetLength()   const  { return fHillas->GetLength(); }
     27    Float_t GetWidth()    const  { return fHillas->GetWidth(); }
     28    Float_t GetDelta()    const  { return fHillas->GetDelta(); }
     29    Float_t GetSize()     const  { return fHillas->GetSize(); }
     30    Float_t GetMeanX()    const  { return fHillas->GetMeanX(); }
     31    Float_t GetMeanY()    const  { return fHillas->GetMeanY(); }
     32    Float_t GetAlpha()    const  { return fAlpha; }
     33    Float_t GetDist()     const  { return fDist; }
     34    Float_t GetHeadTail() const  { return fHeadTail; }
    3335
    3436    void Print(Option_t *opt=NULL) const;
     
    3941    //virtual void AsciiWrite(ofstream &fout) const;
    4042
    41     ClassDef(MHillasSrc, 1) // Container to hold source position dependant parameters
     43    ClassDef(MHillasSrc, 2) // Container to hold source position dependant parameters
    4244};
    4345
     46/*
     47 Version 1: fAlpha, fDist
     48 Version 2: fAlpha, fDist, fSign
     49 */
     50
    4451#endif
Note: See TracChangeset for help on using the changeset viewer.