Changeset 1696 for trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
- Timestamp:
- 01/08/03 09:45:57 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
r1685 r1696 4 4 #ifndef MARS_MParContainer 5 5 #include "MParContainer.h" 6 #endif 7 8 #ifndef ROOT_TArrayF 9 #include <TArrayF.h> 6 10 #endif 7 11 … … 31 35 Float_t fDeviationY; // deviation in y [cm] 32 36 // of the spot of a single mirror on the camera plane 37 TArrayF fWavelength; // List of wavelength 38 TArrayF fReflectivity;// Mirror reflectivity 39 33 40 public: 34 41 MGeomMirror(Int_t mir=-1, const char *name=NULL, const char *title=NULL); … … 42 49 void SetMirrorDeviations(Float_t dev_x, Float_t dev_y); 43 50 44 ClassDef(MGeomMirror, 1) // geometry class describing one mirror 51 void SetReflectivity(const TArrayF &wav, const TArrayF &ref); 52 53 ClassDef(MGeomMirror, 2) // geometry class describing one mirror 45 54 }; 46 55
Note:
See TracChangeset
for help on using the changeset viewer.