Line | |
---|
1 | #ifndef MARS_MAstroCamera
|
---|
2 | #define MARS_MAstroCamera
|
---|
3 |
|
---|
4 | #ifndef MARS_MAstroCatalog
|
---|
5 | #include "MAstroCatalog.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class TClonesArray;
|
---|
9 |
|
---|
10 | class MTime;
|
---|
11 | class MGeomCam;
|
---|
12 | class MGeomMirror;
|
---|
13 | class MObservatory;
|
---|
14 |
|
---|
15 | class MAstroCamera : public MAstroCatalog
|
---|
16 | {
|
---|
17 | private:
|
---|
18 | MGeomCam *fGeom;
|
---|
19 | TClonesArray *fMirrors;
|
---|
20 |
|
---|
21 | MGeomMirror *fMirror0; //!
|
---|
22 |
|
---|
23 | Int_t ConvertToPad(const TVector3 &w, TVector2 &v) const;
|
---|
24 | void AddPrimitives(TString o);
|
---|
25 | void SetRangePad(Option_t *o) { }
|
---|
26 | void ExecuteEvent(Int_t event, Int_t mp1, Int_t mp2);
|
---|
27 |
|
---|
28 | public:
|
---|
29 | MAstroCamera();
|
---|
30 | ~MAstroCamera();
|
---|
31 |
|
---|
32 | void SetMirrors(TClonesArray &arr);
|
---|
33 | void SetGeom(const MGeomCam &cam);
|
---|
34 |
|
---|
35 | ClassDef(MAstroCamera, 1)
|
---|
36 | };
|
---|
37 |
|
---|
38 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.