Changeset 1640 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 11/18/02 18:19:39 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomPix.cc
r1459 r1640 50 50 // -------------------------------------------------------------------------- 51 51 // 52 // Initiali yes one pixel52 // Initializes one pixel 53 53 // 54 54 MGeomPix::MGeomPix(Float_t x, Float_t y, Float_t r) : fX(x), fY(y), fR(r) … … 59 59 // -------------------------------------------------------------------------- 60 60 // 61 // Return the area of the pixel. A he gagonal shape is assumed.61 // Return the area of the pixel. A hexagonal shape is assumed. 62 62 // 63 63 Float_t MGeomPix::GetA() const … … 68 68 // -------------------------------------------------------------------------- 69 69 // 70 // Initiali yes Next Neighbors.70 // Initializes Next Neighbors. 71 71 // 72 // WARNING: This function is public, but it is not me nt for user access.72 // WARNING: This function is public, but it is not meant for user access. 73 73 // It should only be used from geometry classes (like MGeomCam) 74 74 //
Note:
See TracChangeset
for help on using the changeset viewer.