Changeset 1983


Ignore:
Timestamp:
04/23/03 11:59:39 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1982 r1983  
    11                                                 -*-*- 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.
    28
    39 2003/04/22: Abelardo Moralejo
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx

    r1717 r1983  
    1010// with which the events have been generated
    1111// 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//
    1523ClassImp(MMcEvt);
    1624
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx

    r1868 r1983  
    1717
    1818  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)
    2020
    2121  Float_t fCoreD;           // [cm] Core d pos
     
    2727
    2828  // Telescope orientation:
    29   Float_t       fTelescopePhi;    // [rad]
     29  Float_t       fTelescopePhi;    // [rad] (see class description)
    3030  Float_t       fTelescopeTheta;  // [rad]
    3131
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx

    r1591 r1983  
    5454//
    5555//  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.
    5666//
    5767////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx

    r1632 r1983  
    4646 
    4747  //  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 the
    51                         //  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.
    5252
    5353  //  Angular distance from the source position to the camera center
     
    5656 
    5757  //  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.
    6262
    6363  UShort_t fCorsikaVersion;
Note: See TracChangeset for help on using the changeset viewer.