Changeset 9332 for trunk/MagicSoft/Mars/msim
- Timestamp:
- 02/13/09 17:46:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msim/MPhotonData.h
r9308 r9332 24 24 class MCorsikaRunHeader; 25 25 26 class MPhotonData : public TObject //MParContainer26 class MPhotonData : public TObject 27 27 { 28 28 private: 29 Float_t fPosX; // [cm] X (north) at observation level30 Float_t fPosY; // [cm] Y (west) at observation level29 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!) 31 31 32 32 Float_t fCosU; // [cos x] U direction cosine to x-axis
Note:
See TracChangeset
for help on using the changeset viewer.