- Timestamp:
- 11/04/04 21:52:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx
r3894 r5340 60 60 // is the azimuth of the momentum vector of particles, and is measured 61 61 // from the north direction, anticlockwise (i.e, west is phi=90 degrees). 62 // When it refers to the telescope orientation, it is the azimuth of a63 // vector along the telescope axis, going from the camera to the mirror.64 // So, fTelesTheta=90, fTelesPhi = 0 means the telescope is pointing65 // horizontally towards South. For an explanation, see also TDAS 02-11.66 62 // 67 63 //////////////////////////////////////////////////////////////////////////// … … 113 109 114 110 fNumPheFromDNSB = 0.0; 115 fTelesTheta = 0.0;116 fTelesPhi = 0.0;117 111 fShowerThetaMax = 0.0; 118 112 fShowerThetaMin = 0.0; … … 171 165 const Int_t sfDeS, 172 166 const Float_t numdnsb, 173 const Float_t telestheta,174 const Float_t telesphi,175 167 const Float_t shthetamax, 176 168 const Float_t shthetamin, … … 213 205 214 206 fNumPheFromDNSB = numdnsb; 215 fTelesTheta = telestheta;216 fTelesPhi = telesphi;217 207 fShowerThetaMax = shthetamax; 218 208 fShowerThetaMin = shthetamin;
Note:
See TracChangeset
for help on using the changeset viewer.