- Timestamp:
- 07/12/00 11:17:53 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx
r406 r417 101 101 inline void print() 102 102 { 103 cout << " Id: " << get_particle()103 cout << " PartId: " << get_particle() 104 104 << " Pos: " << x << "/" << y 105 105 << " lam: " << w - 1000.*((int)floor(w/1000.)) 106 106 << " hei: " << h 107 << " tim: " << t 108 << " dir: " << u << "/" << v 107 109 << endl ; 108 110 }
Note:
See TracChangeset
for help on using the changeset viewer.