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