source: trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.h@ 2523

Last change on this file since 2523 was 1436, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 324 bytes
Line 
1#ifndef MARS_MGeomCamCT1
2#define MARS_MGeomCamCT1
3
4#ifndef MARS_MGeomCam
5#include "MGeomCam.h"
6#endif
7
8class MGeomCamCT1 : public MGeomCam
9{
10private:
11
12 void CreateCam();
13 void CreateNN();
14
15public:
16
17 MGeomCamCT1(const char *name=NULL);
18
19 ClassDef(MGeomCamCT1, 1) // Geometry class for the CT1 camera
20};
21
22#endif
23
Note: See TracBrowser for help on using the repository browser.