Changeset 6489 for trunk/MagicSoft/Mars/mimage/MImagePar.h
- Timestamp:
- 02/15/05 16:18:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MImagePar.h
r4710 r6489 14 14 private: 15 15 Short_t fNumIslands; // Number of islands found 16 Short_t fNumSinglePixels; 17 18 Float_t fSizeSinglePixels; 19 Float_t fSizeSubIslands; 20 Float_t fSizeMainIsland; 16 21 17 22 Short_t fNumSatPixelsHG; // number of pixels with saturating hi-gains … … 27 32 Short_t GetNumSatPixelsHG() const { return fNumSatPixelsHG; } 28 33 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; } 29 38 30 39 void Print(Option_t *opt=NULL) const; … … 32 41 void Calc(const MCerPhotEvt &evt); 33 42 34 ClassDef(MImagePar, 1) // Container to hold (geometry and island independant) image parameters43 ClassDef(MImagePar, 2) // Container to hold (geometry and island independant) image parameters 35 44 }; 36 45
Note:
See TracChangeset
for help on using the changeset viewer.