Changeset 1600 for trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
- Timestamp:
- 11/13/02 17:03:19 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
r1596 r1600 9 9 { 10 10 private: 11 12 Int_t fMirrorId; // the Mirror Id 11 Int_t fMirrorId; // the Mirror Id 13 12 14 13 Float_t fFocalDist; // focal distance of that mirror [cm] … … 33 32 // of the spot of a single mirror on the camera plane 34 33 public: 35 36 34 MGeomMirror(Int_t mir=-1, const char *name=NULL, const char *title=NULL); 37 35 38 Int_t 36 Int_t GetMirrorId() const { return fMirrorId; } 39 37 40 void 41 42 43 44 38 void SetMirrorContent(Int_t mir, Float_t focal, Float_t curv_x, 39 Float_t curv_y, Float_t lin_x, Float_t lin_y, 40 Float_t lin_z, Float_t theta, Float_t phi, 41 Float_t x_n, Float_t y_n, Float_t z_n, 42 Float_t dev_x, Float_t dev_y); 45 43 46 44 ClassDef(MGeomMirror, 1) // class containing information about the Cerenkov Photons in a pixel
Note:
See TracChangeset
for help on using the changeset viewer.