source:
branches/Mars_McMismatchStudy/mgeom/MGeomCamCT1.h@
18459
Last change on this file since 18459 was 9385, checked in by , 16 years ago | |
---|---|
File size: 391 bytes |
Line | |
---|---|
1 | #ifndef MARS_MGeomCamCT1 |
2 | #define MARS_MGeomCamCT1 |
3 | |
4 | #ifndef MARS_MGeomCamDwarf |
5 | #include "MGeomCamDwarf.h" |
6 | #endif |
7 | |
8 | class MGeomCamCT1 : public MGeomCamDwarf |
9 | { |
10 | public: |
11 | MGeomCamCT1(const char *name=NULL) : MGeomCamDwarf(6, 21, 4.88, name) |
12 | { |
13 | SetTitle("Geometry information of HEGRA CT1 Camera"); |
14 | } |
15 | |
16 | ClassDef(MGeomCamCT1, 2) // Geometry class for the CT1 camera |
17 | }; |
18 | |
19 | #endif |
20 |
Note:
See TracBrowser
for help on using the repository browser.