Ignore:
Timestamp:
01/08/03 09:45:57 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.h

    r1685 r1696  
    44#ifndef MARS_MParContainer
    55#include "MParContainer.h"
     6#endif
     7
     8#ifndef ROOT_TArrayF
     9#include <TArrayF.h>
    610#endif
    711
     
    3135    Float_t fDeviationY;  // deviation in y [cm]
    3236                          // of the spot of a single mirror on the camera plane
     37    TArrayF fWavelength;  // List of wavelength
     38    TArrayF fReflectivity;// Mirror reflectivity
     39
    3340public:
    3441    MGeomMirror(Int_t mir=-1, const char *name=NULL, const char *title=NULL);
     
    4249    void  SetMirrorDeviations(Float_t dev_x, Float_t dev_y);
    4350
    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
    4554};
    4655
Note: See TracChangeset for help on using the changeset viewer.