#ifndef MGEOMCAMMAGIC_H #define MGEOMCAMMAGIC_H #ifndef MAGIC_H #include "MAGIC.h" #endif #ifndef MGEOMCAM_H #include "MGeomCam.h" #endif class MGeomCamMagic : public MGeomCam { private: void CreateCam(); void CreateNN(); public: MGeomCamMagic(const char *name=NULL); ClassDef(MGeomCamMagic, 1) // Geometry class for the Magic camera }; #endif