Ignore:
Timestamp:
03/04/09 18:46:07 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.h

    r9356 r9385  
    22#define MARS_MGeomCamMagic
    33
    4 #ifndef MARS_MGeomCam
    5 #include "MGeomCam.h"
     4#ifndef MARS_MGeomCamDwarf
     5#include "MGeomCamDwarf.h"
    66#endif
    77
     
    2121};
    2222
     23class MGeomCamMagicII : public MGeomCamDwarf
     24{
     25private:
     26    void Rotate();
     27
     28public:
     29    MGeomCamMagicII(const char *name=NULL);
     30    MGeomCamMagicII(Double_t dist, const char *name=NULL);
     31
     32    Bool_t HitFrame(MQuaternion p, const MQuaternion &u) const;
     33
     34    ClassDef(MGeomCamMagicII, 1)                // Geometry class for the Magic camera
     35};
     36
    2337#endif
    2438
Note: See TracChangeset for help on using the changeset viewer.