| Line |  | 
|---|
| 1 | #ifndef MARS_MGeomCamFact | 
|---|
| 2 | #define MARS_MGeomCamFact | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MGeomCam | 
|---|
| 5 | #include "MGeomCam.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MGeomCamFact : public MGeomCam | 
|---|
| 9 | { | 
|---|
| 10 | private: | 
|---|
| 11 | void CreateGeometry(const MGeomCam &hex); | 
|---|
| 12 |  | 
|---|
| 13 | public: | 
|---|
| 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.