Ignore:
Timestamp:
11/13/01 16:53:20 (23 years ago)
Author:
blanch
Message:
Some Get function members had to be added to get information that is needed
to fill the MMcRunHeader class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader.hxx

    r734 r1065  
    140140  }
    141141
     142  // get the theta range of this run
     143  inline void get_theta_range ( Float_t *thlow, Float_t *thup ) {
     144    *thlow = ThetaMin;   
     145    *thup = ThetaMax;
     146  }
     147
     148  // get the energy range of this run
     149  inline void get_phi_range ( Float_t *plow, Float_t *pup ) {
     150    *plow = PhiMin;   
     151    *pup = PhiMax;
     152  }
     153
    142154  // get the core position
    143155  inline Float_t get_core ( Float_t *x, Float_t *y, Int_t ncore = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.