Changeset 412
- Timestamp:
- 07/06/00 11:12:51 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx
r294 r412 193 193 ((CorePos[1][ncore])*(CorePos[1][ncore])) ) ); 194 194 } 195 196 // get the coreX position 197 inline Float_t get_coreX ( Int_t ncore = 0 ) { 198 return ( CorePos[0][ncore] ) ; 199 } 200 201 // get the coreY position 202 inline Float_t get_coreY ( Int_t ncore = 0 ) { 203 return ( CorePos[1][ncore] ) ; 204 } 205 195 206 196 207 // show the seeds in the console
Note:
See TracChangeset
for help on using the changeset viewer.