Changeset 3682 for trunk/MagicSoft/Mars/mimage/MNewImagePar.h
- Timestamp:
- 04/08/04 19:52:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MNewImagePar.h
r3666 r3682 43 43 Short_t GetNumCorePixels() const { return fNumCorePixels; } 44 44 45 Float_t Get NumUsedArea() const { return fUsedArea; }46 Float_t Get NumCoreArea() const { return fCoreArea; }45 Float_t GetUsedArea() const { return fUsedArea; } 46 Float_t GetCoreArea() const { return fCoreArea; } 47 47 48 48 Short_t GetNumSaturatedPixels() const { return fNumSaturatedPixels; } … … 50 50 51 51 void Print(Option_t *opt=NULL) const; 52 void Print(const MGeomCam &geom) const; 52 53 53 54 void Calc(const MGeomCam &geom, const MCerPhotEvt &evt,
Note:
See TracChangeset
for help on using the changeset viewer.