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