Changeset 1604 for trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc
- Timestamp:
- 11/14/02 10:51:54 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc
r1600 r1604 39 39 // Initializes a Mirror geometry with 0 values, except for fMirrorID. 40 40 // 41 MGeomMirror::MGeomMirror(Int_t mir, const char *name =NULL, const char *title=NULL)41 MGeomMirror::MGeomMirror(Int_t mir, const char *name, const char *title) 42 42 { 43 43 fName = name ? name : "MGeomMirror"; … … 74 74 // 75 75 void MGeomMirror::SetMirrorContent(Int_t mir, Float_t focal, Float_t curv_x, 76 76 Float_t curv_y, Float_t lin_x, Float_t lin_y, 77 77 Float_t lin_z, Float_t theta, Float_t phi, 78 78 Float_t x_n, Float_t y_n, Float_t z_n,
Note:
See TracChangeset
for help on using the changeset viewer.