#include "G4InuclElementaryParticle.hh"#include "G4LorentzVector.hh"#include "G4ThreeVector.hh"#include <iosfwd>Go to the source code of this file.
Data Structures | |
| class | G4CascadParticle |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4CascadParticle &part) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4CascadParticle & | part | |||
| ) |
Definition at line 140 of file G4CascadParticle.cc.
00140 { 00141 part.print(os); 00142 return os; 00143 }
1.4.7