- Timestamp:
- 11/01/99 13:29:05 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader.hxx
r295 r302 144 144 ((CorePos[1][ncore])*(CorePos[1][ncore])) ) ); 145 145 } 146 147 // get the core position in X 148 inline Float_t get_coreX ( Int_t ncore = 0 ) { 149 return ( (Float_t) CorePos[0][ncore] ); 150 } 151 152 // get the core position in Y 153 inline Float_t get_coreY ( Int_t ncore = 0 ) { 154 return ( (Float_t) CorePos[1][ncore] ); 155 } 146 156 147 157 // transport from COREventHeader to MCEventHeader
Note:
See TracChangeset
for help on using the changeset viewer.