source: branches/AddingGoogleTestEnvironment/mgeom/MGeomCamFact.h@ 18096

Last change on this file since 18096 was 9464, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 599 bytes
Line 
1#ifndef MARS_MGeomCamFact
2#define MARS_MGeomCamFact
3
4#ifndef MARS_MGeomCam
5#include "MGeomCam.h"
6#endif
7
8class MGeomCamFact : public MGeomCam
9{
10private:
11 void CreateGeometry(const MGeomCam &hex);
12
13public:
14 // 223
15 MGeomCamFact(Double_t rad, Double_t diameter=16, Double_t dist=4.92, const char *name=NULL);
16 MGeomCamFact(Int_t rings, Double_t diameter=16, Double_t dist=4.92, const char *name=NULL);
17 MGeomCamFact(const char *name=NULL);
18
19 Bool_t HitFrame(MQuaternion p, const MQuaternion &u) const;
20
21 ClassDef(MGeomCamFact, 1) // Geometry class for the Fact camera
22};
23
24#endif
Note: See TracBrowser for help on using the repository browser.