Changeset 1698 for trunk/MagicSoft/Mars
- Timestamp:
- 01/08/03 10:43:32 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1697 r1698 8 8 introduced: fReflectivity and fWavelength. 9 9 - Member function to set reflectivity added: SetReflectivity 10 - Member function to set TArrayF size: SetArraySize 10 11 - Class version number changed to 2. 11 12 -
trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
r1696 r1698 51 51 void SetReflectivity(const TArrayF &wav, const TArrayF &ref); 52 52 53 void SetArraySize(Int_t dim) { fWavelength.Set(dim); fReflectivity.Set(dim); } 54 53 55 ClassDef(MGeomMirror, 2) // geometry class describing one mirror 54 56 };
Note:
See TracChangeset
for help on using the changeset viewer.