Ignore:
Timestamp:
11/04/04 21:52:46 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx

    r3894 r5340  
    6060// is the azimuth of the momentum vector of particles, and is measured
    6161// 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.
    6662//
    6763////////////////////////////////////////////////////////////////////////////
     
    113109
    114110    fNumPheFromDNSB = 0.0;
    115     fTelesTheta = 0.0;
    116     fTelesPhi = 0.0;
    117111    fShowerThetaMax = 0.0;
    118112    fShowerThetaMin = 0.0;
     
    171165                        const Int_t    sfDeS,
    172166                        const Float_t  numdnsb,
    173                         const Float_t  telestheta,
    174                         const Float_t  telesphi,
    175167                        const Float_t  shthetamax,
    176168                        const Float_t  shthetamin,
     
    213205
    214206    fNumPheFromDNSB = numdnsb;
    215     fTelesTheta = telestheta;
    216     fTelesPhi = telesphi;
    217207    fShowerThetaMax = shthetamax;
    218208    fShowerThetaMin = shthetamin;
Note: See TracChangeset for help on using the changeset viewer.