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

Last change on this file since 698 was 695, checked in by tbretz, 24 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 380 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
16public:
17
18 MGeomCamMagic(const char *name=NULL);
19
20 void Draw(Option_t *option = "");
21
22 ClassDef(MGeomCamMagic, 1) // Geometry class for the camera
23};
24
25#endif
26
Note: See TracBrowser for help on using the repository browser.