Ignore:
Timestamp:
07/10/02 11:31:05 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1218 r1394  
    2424    Float_t   fSinDelta; //! [1] sin of Delta (to be used in derived classes)
    2525    Float_t   fCosDelta; //! [1] cos of Delta (to be used in derived classes)
     26
     27    Short_t fNumUsedPixels; // Number of pixels which survived the image cleaning
     28    Short_t fNumCorePixels; // number of core pixels
    2629
    2730    TEllipse *fEllipse;  //! Graphical Object to Display Ellipse
     
    5659    Float_t GetMeanY() const  { return fMeanY; }
    5760
     61    Int_t GetNumUsedPixels() const { return fNumUsedPixels; }
     62    Int_t GetNumCorePixels() const { return fNumCorePixels; }
     63
    5864    virtual void AsciiRead(ifstream &fin);
    5965    //virtual void AsciiWrite(ofstream &fout) const;
    6066
    61     ClassDef(MHillas, 1) // Storage Container for Hillas Parameter
     67    ClassDef(MHillas, 2) // Storage Container for Hillas Parameter
    6268};
    6369
Note: See TracChangeset for help on using the changeset viewer.