Changeset 9374 for trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
- Timestamp:
- 03/02/09 14:34:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r9369 r9374 73 73 #include "MLogManip.h" 74 74 75 #include "MGeom Pix.h"75 #include "MGeom.h" 76 76 77 77 ClassImp(MGeomCam); … … 177 177 void MGeomCam::InitOuterRing() 178 178 { 179 fPixels.R__FOR_EACH(MGeom Pix, CheckOuterRing)(*this);179 fPixels.R__FOR_EACH(MGeom, CheckOuterRing)(*this); 180 180 } 181 181 … … 518 518 // 519 519 // Return direction of p2 w.r.t. p1. For more details 520 // see MGeom Pix::GetDirection520 // see MGeom::GetDirection 521 521 // 522 522 Int_t MGeomCam::GetDirection(UInt_t p1, UInt_t p2) const
Note:
See TracChangeset
for help on using the changeset viewer.