Ignore:
Timestamp:
03/02/09 14:34:40 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9369 r9374  
    7373#include "MLogManip.h"
    7474
    75 #include "MGeomPix.h"
     75#include "MGeom.h"
    7676
    7777ClassImp(MGeomCam);
     
    177177void MGeomCam::InitOuterRing()
    178178{
    179     fPixels.R__FOR_EACH(MGeomPix, CheckOuterRing)(*this);
     179    fPixels.R__FOR_EACH(MGeom, CheckOuterRing)(*this);
    180180}
    181181
     
    518518//
    519519// Return direction of p2 w.r.t. p1. For more details
    520 // see MGeomPix::GetDirection
     520// see MGeom::GetDirection
    521521//
    522522Int_t MGeomCam::GetDirection(UInt_t p1, UInt_t p2) const
Note: See TracChangeset for help on using the changeset viewer.