Changeset 3713 for trunk/MagicSoft/Mars
- Timestamp:
- 04/13/04 12:02:21 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3712 r3713 28 28 - updated GetPixelContents 29 29 - updated class documentation 30 30 31 * mgeom/MGeomMirror.h 32 - include <TVector3.h>, otherwise it does not compile on my machine 31 33 32 34 2004/04/13: Thomas Bretz -
trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
r3710 r3713 6 6 #endif 7 7 8 #ifndef ROOT_TVector3 9 #include <TVector3.h> 10 #endif 11 8 12 #ifndef ROOT_TArrayF 9 13 #include <TArrayF.h> … … 11 15 12 16 class TRotation; 13 14 17 class MGeomMirror : public MParContainer 15 18 { … … 53 56 54 57 TVector3 GetMirrorCenter() const { return TVector3(fX/100, fY/100, fZ/100); } 55 TVector3 GetMirrorNorm() const{ return TVector3(fXN, fYN, fZN); }58 TVector3 GetMirrorNorm() const { return TVector3(fXN, fYN, fZN); } 56 59 57 60 TVector3 GetReflection(const TVector3 &star, Double_t dist=-1);
Note:
See TracChangeset
for help on using the changeset viewer.