source: trunk/MagicSoft/Mars/mgui/MGeomCamMagic.h@ 971

Last change on this file since 971 was 963, checked in by tbretz, 23 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 368 bytes
Line 
1#ifndef MGEOMCAMMAGIC_H
2#define MGEOMCAMMAGIC_H
3
4#ifndef MAGIC_H
5#include "MAGIC.h"
6#endif
7#ifndef MGEOMCAM_H
8#include "MGeomCam.h"
9#endif
10
11class MGeomCamMagic : public MGeomCam
12{
13private:
14 void CreateCam();
15 void CreateNN();
16
17public:
18
19 MGeomCamMagic(const char *name=NULL);
20
21 ClassDef(MGeomCamMagic, 1) // Geometry class for the Magic camera
22};
23
24#endif
25
Note: See TracBrowser for help on using the repository browser.