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

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