Changeset 406
- Timestamp:
- 06/29/00 13:37:52 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx
r294 r406 97 97 } 98 98 99 100 // print content of one particle 101 inline void print() 102 { 103 cout << "Id: " << get_particle() 104 << " Pos: " << x << "/" << y 105 << " lam: " << w - 1000.*((int)floor(w/1000.)) 106 << " hei: " << h 107 << endl ; 108 } 109 99 110 // get information about the photon 100 111 inline Float_t get_wl( void ) {
Note:
See TracChangeset
for help on using the changeset viewer.