source: trunk/Mars/mgeom/MGeomCamCT1.h@ 12622

Last change on this file since 12622 was 9385, checked in by tbretz, 16 years ago
*** empty log message ***
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
8class MGeomCamCT1 : public MGeomCamDwarf
9{
10public:
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.