Changeset 2568 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 11/25/03 18:25:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
r2566 r2568 8 8 #ifndef ROOT_TArrayF 9 9 #include <TArrayF.h> 10 #endif 11 12 #ifndef ROOT_TVector3 13 #include <TVector3.h> 10 14 #endif 11 15 … … 46 50 void SetReflectivity(const TArrayF &wav, const TArrayF &ref); 47 51 48 void SetArraySize(Int_t dim) { fWavelength.Set(dim); fReflectivity.Set(dim); } 52 void SetArraySize(Int_t dim) { fWavelength.Set(dim); fReflectivity.Set(dim); } 53 54 TVector3 GetMirrorCenter() const { return TVector3(fX/100, fY/100, fZ/100); } 55 TVector3 GetMirrorNorm() const { return TVector3(fXN, fYN, fZN); } 49 56 50 57 ClassDef(MGeomMirror, 2) // geometry class describing one mirror
Note:
See TracChangeset
for help on using the changeset viewer.