source: trunk/MagicSoft/Mars/mgeom/MGeomCamMagic919.h@ 4723

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