Changeset 3713 for trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
- Timestamp:
- 04/13/04 12:02:21 (22 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/MagicSoft/Mars/mgeom/MGeomMirror.h (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/MagicSoft/Mars/mgeom/MGeomMirror.hr3710 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.
  
