Ignore:
Timestamp:
01/19/04 15:46:56 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2026 r2849  
    2222    Short_t fNumCorePixels; // number of core pixels
    2323
     24    Short_t fNumSaturatedPixels; // number of saturated pixels
     25
    2426public:
    2527    MNewImagePar(const char *name=NULL, const char *title=NULL);
     
    3638    Int_t GetNumCorePixels() const { return fNumCorePixels; }
    3739
     40    Short_t GetNumSaturatedPixels() const { return fNumSaturatedPixels; }
     41
    3842    void Print(Option_t *opt=NULL) const;
    3943
     
    4145              const MHillas &hillas);
    4246
    43     ClassDef(MNewImagePar, 1) // Container to hold new image parameters
     47    ClassDef(MNewImagePar, 2) // Container to hold new image parameters
    4448};
    4549
Note: See TracChangeset for help on using the changeset viewer.