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