Changeset 1983
- Timestamp:
- 04/23/03 11:59:39 (22 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1982 r1983 1 1 -*-*- END OF LINE -*-*- 2 3 2003/04/23: Abelardo Moralejo 4 5 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx] 6 - added comment in class description about the definition of 7 the azimuth angle phi in the MC classes. 2 8 3 9 2003/04/22: Abelardo Moralejo -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r1717 r1983 10 10 // with which the events have been generated 11 11 // This information exists for each event. 12 13 14 12 // 13 // Note: All the azimuth Phi angles in this and other MC classes follow 14 // the convention in the Corsika program (see Corsika manual). There, phi 15 // is the azimuth of the momentum vector of particles, and is measured 16 // from the north direction, anticlockwise (i.e, west is phi=90 degrees). 17 // When it refers to the telescope orientation, it is the azimuth of a 18 // vector along the telescope axis, going from the camera to the mirror. 19 // So, fTelescopeTheta=90, fTelescopePhi = 0 means the telescope is 20 // pointing horizontally towards South. For an explanation, see also 21 // TDAS 02-11. 22 // 15 23 ClassImp(MMcEvt); 16 24 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r1868 r1983 17 17 18 18 Float_t fTheta; // [rad] Theta angle of event 19 Float_t fPhi; // [rad] Phi angle of event 19 Float_t fPhi; // [rad] Phi angle of event (see class description) 20 20 21 21 Float_t fCoreD; // [cm] Core d pos … … 27 27 28 28 // Telescope orientation: 29 Float_t fTelescopePhi; // [rad] 29 Float_t fTelescopePhi; // [rad] (see class description) 30 30 Float_t fTelescopeTheta; // [rad] 31 31 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx
r1591 r1983 54 54 // 55 55 // Byte_t fOpticLinksNoise; Flag to state if the optic noise is simualted or not 56 // 57 // 58 // Note: All the azimuth Phi angles in this and other MC classes follow 59 // the convention in the Corsika program (see Corsika manual). There, phi 60 // is the azimuth of the momentum vector of particles, and is measured 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 a 63 // vector along the telescope axis, going from the camera to the mirror. 64 // So, fTelesTheta=90, fTelesPhi = 0 means the telescope is pointing 65 // horizontally towards South. For an explanation, see also TDAS 02-11. 56 66 // 57 67 //////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r1632 r1983 46 46 47 47 // Telescope axis position (zenith and azimutal angle) 48 Float_t fTelesTheta; // >180 (200) means that telescope is always pointing the 49 // shower.Otherwise it is Theta where Telescope is pointing.50 Float_t fTelesPhi; // > 360 (400) means that telescope is always pointing the51 // shower.Otherwise it is Phi where Telescope is pointing.48 Float_t fTelesTheta; // >180 (200) means that telescope is always pointing the shower. 49 // Otherwise it is Theta where Telescope is pointing. 50 Float_t fTelesPhi; // See class description. > 360 (400) means that telescope is always pointing the shower. 51 // Otherwise it is Phi where Telescope is pointing. 52 52 53 53 // Angular distance from the source position to the camera center … … 56 56 57 57 // Angular range used in the Corsika showers generation (degrees) 58 Float_t fShowerThetaMax; 59 Float_t fShowerThetaMin; 60 Float_t fShowerPhiMax; 61 Float_t fShowerPhiMin; 58 Float_t fShowerThetaMax; // [deg] 59 Float_t fShowerThetaMin; // [deg] 60 Float_t fShowerPhiMax; // [deg] See note in class description. 61 Float_t fShowerPhiMin; // [deg] See note in class description. 62 62 63 63 UShort_t fCorsikaVersion;
Note:
See TracChangeset
for help on using the changeset viewer.