Changeset 3713


Ignore:
Timestamp:
04/13/04 12:02:21 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3712 r3713  
    2828     - updated GetPixelContents
    2929     - updated class documentation
    30  
     30
     31   * mgeom/MGeomMirror.h
     32     - include <TVector3.h>, otherwise it does not compile on my machine 
    3133
    3234 2004/04/13: Thomas Bretz
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.h

    r3710 r3713  
    66#endif
    77
     8#ifndef ROOT_TVector3
     9#include <TVector3.h>
     10#endif
     11
    812#ifndef ROOT_TArrayF
    913#include <TArrayF.h>
     
    1115
    1216class TRotation;
    13 
    1417class MGeomMirror : public MParContainer
    1518{
     
    5356
    5457    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); }
    5659
    5760    TVector3 GetReflection(const TVector3 &star, Double_t dist=-1);
Note: See TracChangeset for help on using the changeset viewer.