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