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.hxx

    r3894 r5340  
    66//                                                                   //
    77// Version 5: removed members fSourceOffsetTheta, fSourceOffsetPhi   //
     8//            (were no longer used)                                  //
     9//                                                                   //
     10// Version 6: removed members fTelesTheta, fTelesPhi                 //
    811//            (were no longer used)                                  //
    912//                                                                   //
     
    4851
    4952  Float_t fNumPheFromDNSB;  // Number of phe/ns from diffuse NSB
    50  
    51   //  Telescope axis position (zenith and azimutal angle)
    52   Float_t fTelesTheta;  // >180 (200) means that telescope is always pointing the shower.
    53                         // Otherwise it is Theta where Telescope is pointing.
    54   Float_t fTelesPhi;    // See class description. > 360 (400) means that telescope is always pointing the shower.
    55                         // Otherwise it is Phi where Telescope is pointing.
    5653 
    5754  //  Angular range used in the Corsika showers generation (degrees)
     
    120117            const Int_t    sfDeS,
    121118            const Float_t  numdnsb,
    122             const Float_t  telestheta,
    123             const Float_t  telesphi,
    124119            const Float_t  shthetamax,
    125120            const Float_t  shthetamin,
     
    142137
    143138  Float_t  GetNumPheFromDNSB() const      { return fNumPheFromDNSB; }
    144   Float_t  GetTelesTheta() const          { return fTelesTheta; }
    145139  UShort_t GetCamVersion() const          { return fCamVersion; }
    146140  UShort_t GetReflVersion() const         { return fReflVersion; }
     
    148142  UInt_t   GetCorsikaVersion() const      { return fCorsikaVersion; }
    149143  Bool_t   GetAllEvtsTriggered() const    { return fAllEvtsTriggered ? kTRUE : kFALSE; }
     144
     145  Float_t  GetShowerThetaMin() const { return fShowerThetaMin; }
     146  Float_t  GetShowerThetaMax() const { return fShowerThetaMax; }
     147
    150148  Float_t GetImpactMax() const            {return fImpactMax;}
    151149
    152   ClassDef(MMcRunHeader, 5)     // storage container for general run info
     150  ClassDef(MMcRunHeader, 6)     // storage container for general run info
    153151};
    154152#endif
Note: See TracChangeset for help on using the changeset viewer.