- Timestamp:
- 08/22/05 10:46:52 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7297 r7298 21 21 2005/08/22 Thomas Bretz 22 22 23 * mgeom/MGeomPix.h :23 * mgeom/MGeomPix.h, mgeom/MGeomCam.[h,cc]: 24 24 - added new function GetDist returning the distance between two 25 25 pixels -
trunk/MagicSoft/Mars/mgeom/MGeomCam.h
r6338 r7298 68 68 Float_t GetMaxRadius(const Int_t i=-1) const; 69 69 Float_t GetMinRadius(const Int_t i=-1) const; 70 71 Float_t GetDist(UShort_t i, UShort_t j=0) const; 70 72 71 73 UInt_t GetNumSectors() const { return fNumSectors; }
Note:
See TracChangeset
for help on using the changeset viewer.