source: trunk/MagicSoft/Mars/mgui/MGeomCamCT1.h@ 700

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