Ignore:
Timestamp:
02/13/09 17:46:02 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msim/MPhotonData.h

    r9308 r9332  
    2424class MCorsikaRunHeader;
    2525
    26 class MPhotonData : public TObject //MParContainer
     26class MPhotonData : public TObject
    2727{
    2828private:
    29     Float_t fPosX;                       // [cm] X (north) at observation level
    30     Float_t fPosY;                       // [cm] Y (west) at observation level
     29    Float_t fPosX;                       // [cm] "+west"    "-east"  (both at observation level)
     30    Float_t fPosY;                       // [cm] "+south"   "-north" (north denotes the magnet north which is defined to be in the geografic north!)
    3131
    3232    Float_t fCosU;                       // [cos x] U direction cosine to x-axis
Note: See TracChangeset for help on using the changeset viewer.