source:
releases/Mars.2014.05.26/mhft/MGeomCamMagicXT.h@
18481
Last change on this file since 18481 was 9369, checked in by , 16 years ago | |
---|---|
File size: 316 bytes |
Line | |
---|---|
1 | #ifndef MARS_MGeomCamMagicXT |
2 | #define MARS_MGeomCamMagicXT |
3 | |
4 | #ifndef MARS_MGeomCamDwarf |
5 | #include "MGeomCamDwarf.h" |
6 | #endif |
7 | |
8 | class MGeomCamMagicXT : public MGeomCamDwarf |
9 | { |
10 | public: |
11 | MGeomCamMagicXT(const char *name=NULL); |
12 | |
13 | ClassDef(MGeomCamMagicXT, 1) // Geometry class for the 'extended' Magic camera |
14 | }; |
15 | |
16 | #endif |
17 |
Note:
See TracBrowser
for help on using the repository browser.