Ignore:
Timestamp:
04/08/04 19:52:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3666 r3682  
    4343    Short_t GetNumCorePixels() const { return fNumCorePixels; }
    4444
    45     Float_t GetNumUsedArea() const { return fUsedArea; }
    46     Float_t GetNumCoreArea() const { return fCoreArea; }
     45    Float_t GetUsedArea() const { return fUsedArea; }
     46    Float_t GetCoreArea() const { return fCoreArea; }
    4747
    4848    Short_t GetNumSaturatedPixels() const { return fNumSaturatedPixels; }
     
    5050
    5151    void Print(Option_t *opt=NULL) const;
     52    void Print(const MGeomCam &geom) const;
    5253
    5354    void Calc(const MGeomCam &geom, const MCerPhotEvt &evt,
Note: See TracChangeset for help on using the changeset viewer.