Changeset 1065
- Timestamp:
- 11/13/01 16:53:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader.hxx
r734 r1065 140 140 } 141 141 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 142 154 // get the core position 143 155 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.