Ignore:
Timestamp:
02/15/05 16:18:28 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4710 r6489  
    1414private:
    1515    Short_t fNumIslands;     // Number of islands found
     16    Short_t fNumSinglePixels;
     17
     18    Float_t fSizeSinglePixels;
     19    Float_t fSizeSubIslands;
     20    Float_t fSizeMainIsland;
    1621
    1722    Short_t fNumSatPixelsHG; // number of pixels with saturating hi-gains
     
    2732    Short_t GetNumSatPixelsHG() const { return fNumSatPixelsHG; }
    2833    Short_t GetNumSatPixelsLG() const { return fNumSatPixelsLG; }
     34    Short_t GetNumSinglePixels() const { return fNumSinglePixels; }
     35    Float_t GetSizeSinglePixels() const { return fSizeSinglePixels; }
     36    Float_t GetSizeSubIslands() const { return fSizeSubIslands; }
     37    Float_t GetSizeMainIsland() const { return fSizeMainIsland; }
    2938
    3039    void Print(Option_t *opt=NULL) const;
     
    3241    void Calc(const MCerPhotEvt &evt);
    3342
    34     ClassDef(MImagePar, 1) // Container to hold (geometry and island independant) image parameters
     43    ClassDef(MImagePar, 2) // Container to hold (geometry and island independant) image parameters
    3544};
    3645
Note: See TracChangeset for help on using the changeset viewer.