source:
trunk/MagicSoft/Mars/mgeom/MGeomCamCT1Daniel.h@
8448
| Last change on this file since 8448 was 2282, checked in by , 22 years ago | |
|---|---|
| File size: 373 bytes | |
| Line | |
|---|---|
| 1 | #ifndef MARS_MGeomCamCT1Daniel |
| 2 | #define MARS_MGeomCamCT1Daniel |
| 3 | |
| 4 | #ifndef MARS_MGeomCam |
| 5 | #include "MGeomCam.h" |
| 6 | #endif |
| 7 | |
| 8 | class MGeomCamCT1Daniel : public MGeomCam |
| 9 | { |
| 10 | private: |
| 11 | |
| 12 | void CreateCam(); |
| 13 | void CreateNN(); |
| 14 | |
| 15 | public: |
| 16 | |
| 17 | MGeomCamCT1Daniel(const char *name=NULL); |
| 18 | |
| 19 | ClassDef(MGeomCamCT1Daniel, 1) // Geometry class for the CT1 camera (daniel's version) |
| 20 | }; |
| 21 | |
| 22 | #endif |
| 23 |
Note:
See TracBrowser
for help on using the repository browser.
