Ignore:
Timestamp:
02/21/02 14:46:59 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1203 r1222  
    2424    void Reset();
    2525
     26    Float_t GetConc() const    { return fConc; }
     27    Float_t GetConc1() const   { return fConc1; }
     28    Float_t GetAsym() const    { return fAsym; }
     29    Float_t GetM3Long() const  { return fM3Long; }
     30    Float_t GetM3Trans() const { return fM3Trans; }
     31
    2632    Bool_t Calc(const MGeomCam &geom, const MCerPhotEvt &pix);
    2733
     
    2935
    3036    void AsciiRead(ifstream &fin);
    31     void AsciiWrite(ofstream &fout) const;
     37    //void AsciiWrite(ofstream &fout) const;
    3238
    3339    ClassDef(MHillasExt, 1) // Storage Container for extended Hillas Parameter
Note: See TracChangeset for help on using the changeset viewer.