Ignore:
Timestamp:
07/12/00 11:17:53 (24 years ago)
Author:
harald
Message:
Added the memberfunction Print() to show some members  of a instance of
the class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx

    r406 r417  
    101101  inline void print()
    102102    {
    103       cout << "Id: " << get_particle() 
     103      cout << "      PartId: " << get_particle() 
    104104           << " Pos: " << x << "/" << y
    105105           << " lam: " << w - 1000.*((int)floor(w/1000.))
    106106           << " hei: " << h
     107           << " tim: " << t
     108           << " dir: " << u << "/" << v
    107109           << endl ;
    108110    }
Note: See TracChangeset for help on using the changeset viewer.