source:
branches/Mars_MC/mhft/MGeomCamMagicXT.h@
17250
| Last change on this file since 17250 was 9369, checked in by , 17 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.
