Ignore:
Timestamp:
04/05/02 14:17:06 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MGeomPix.h

    r1204 r1270  
    99{
    1010private:
    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)
    1414
    1515    Byte_t  fNumNeighbors; // number of valid neighbors
     
    3535    Float_t GetR() const  { return fR; }
    3636
    37     Float_t GetA() const  { return fR*fR*3; } // FIXME: Algorithm! A hexagonal shape is assumed!
     37    Float_t GetA() const;
    3838
    3939    Byte_t  GetNumNeighbors() const { return fNumNeighbors; }
Note: See TracChangeset for help on using the changeset viewer.