Ignore:
Timestamp:
11/24/03 01:34:31 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1698 r2566  
    1515    Int_t   fMirrorId;    // the Mirror Id
    1616
    17     Float_t fFocalDist;   //  focal distance of that mirror [cm]
    18     Float_t fSX;          // curvilinear coordinate of mirror's center in X[cm]
    19     Float_t fSY;          // curvilinear coordinate of mirror's center in X[cm]
    20     Float_t fX;           // x coordinate of the center of the mirror [cm]
    21     Float_t fY;           // y coordinate of the center of the mirror [cm]
    22     Float_t fZ;           // z coordinate of the center of the mirror [cm]
    23     Float_t fThetaN;      // polar theta angle of the direction
    24                           //  where the mirror points to
    25     Float_t fPhiN;        // polar phi angle of the direction
    26                           // where the mirror points to
    27     Float_t fXN;          // xn coordinate of the normal vector
    28                           // in the center
    29     Float_t fYN;          // yn coordinate of the normal vector
    30                           // in the center
    31     Float_t fZN;          // zn coordinate of the normal vector
    32                           // in the center
     17    Float_t fFocalDist;   // [cm] focal distance of that mirror
     18    Float_t fSX;          // [cm] curvilinear coordinate of mirror's center in X
     19    Float_t fSY;          // [cm] curvilinear coordinate of mirror's center in Y
     20    Float_t fX;           // [cm] x coordinate of the center of the mirror
     21    Float_t fY;           // [cm] y coordinate of the center of the mirror
     22    Float_t fZ;           // [cm] z coordinate of the center of the mirror
     23    Float_t fThetaN;      // polar theta angle of the direction where the mirror points to
     24    Float_t fPhiN;        // polar phi angle of the direction where the mirror points to
     25    Float_t fXN;          // xn coordinate of the normal vector in the center
     26    Float_t fYN;          // yn coordinate of the normal vector in the center
     27    Float_t fZN;          // zn coordinate of the normal vector in the center
    3328                          // Note: fXN^2*fYN^2*fZN^2 = 1
    34     Float_t fDeviationX;  // deviation in x [cm]
    35     Float_t fDeviationY;  // deviation in y [cm]
    36                           // of the spot of a single mirror on the camera plane
     29    Float_t fDeviationX;  // [cm] deviation in x of the spot of a single mirror on the camera plane
     30    Float_t fDeviationY;  // [cm] deviation in y of the spot of a single mirror on the camera plane
     31
    3732    TArrayF fWavelength;  // List of wavelength
    3833    TArrayF fReflectivity;// Mirror reflectivity
Note: See TracChangeset for help on using the changeset viewer.