Ignore:
Timestamp:
11/18/02 18:19:39 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomPix.cc

    r1459 r1640  
    5050// --------------------------------------------------------------------------
    5151//
    52 // Initialiyes one pixel
     52// Initializes one pixel
    5353//
    5454MGeomPix::MGeomPix(Float_t x, Float_t y, Float_t r) : fX(x), fY(y), fR(r)
     
    5959// --------------------------------------------------------------------------
    6060//
    61 // Return the area of the pixel. A hegagonal shape is assumed.
     61// Return the area of the pixel. A hexagonal shape is assumed.
    6262//
    6363Float_t MGeomPix::GetA() const
     
    6868// --------------------------------------------------------------------------
    6969//
    70 // Initialiyes Next Neighbors.
     70// Initializes Next Neighbors.
    7171//
    72 // WARNING: This function is public, but it is not ment for user access.
     72// WARNING: This function is public, but it is not meant for user access.
    7373// It should only be used from geometry classes (like MGeomCam)
    7474//
Note: See TracChangeset for help on using the changeset viewer.