Changeset 1270 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 04/05/02 14:17:06 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGeomPix.h
r1204 r1270 9 9 { 10 10 private: 11 Float_t fX; // [mm] the x coordinate 12 Float_t fY; // [mm] the y coordinate 13 Float_t fR; // [mm] the r coordinate 11 Float_t fX; // [mm] the x coordinate of the center 12 Float_t fY; // [mm] the y coordinate of the center 13 Float_t fR; // [mm] the r coordinate of the pixel (dist between two parallel sides) 14 14 15 15 Byte_t fNumNeighbors; // number of valid neighbors … … 35 35 Float_t GetR() const { return fR; } 36 36 37 Float_t GetA() const { return fR*fR*3; } // FIXME: Algorithm! A hexagonal shape is assumed!37 Float_t GetA() const; 38 38 39 39 Byte_t GetNumNeighbors() const { return fNumNeighbors; }
Note:
See TracChangeset
for help on using the changeset viewer.