Changeset 7745 for trunk


Ignore:
Timestamp:
05/24/06 19:10:51 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7744 r7745  
    4545   * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
    4646     - updated
     47
     48   * mmc/MMcRunHeader.hxx:
     49     - added new getter for ShowerPhiMin and ShowerPhiMax
     50
    4751
    4852
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx

    r5340 r7745  
    146146  Float_t  GetShowerThetaMax() const { return fShowerThetaMax; }
    147147
     148  Float_t  GetShowerPhiMin() const { return fShowerPhiMin; }
     149  Float_t  GetShowerPhiMax() const { return fShowerPhiMax; }
     150
    148151  Float_t GetImpactMax() const            {return fImpactMax;}
    149152
Note: See TracChangeset for help on using the changeset viewer.