Changeset 794 for trunk/MagicSoft/Simulation/Detector
- Timestamp:
- 05/16/01 13:54:48 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.cxx
r793 r794 20 20 #include "CORParticle.hxx" 21 21 22 void23 CORParticle::print(void) {24 25 cout << " w:" << w <<26 " x: " << x <<27 " y: " << y <<28 " u: " << u <<29 " v: " << v <<30 " t: " << t <<31 " h: " << h << endl ;32 33 }34 35 22 // @endcode
Note:
See TracChangeset
for help on using the changeset viewer.