#include <iosfwd>#include <CLHEP/Units/SystemOfUnits.h>#include "globals.hh"#include "G4LorentzVector.hh"#include "G4DynamicParticle.hh"Go to the source code of this file.
Data Structures | |
| class | G4InuclParticle |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4InuclParticle &part) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4InuclParticle & | part | |||
| ) |
Definition at line 80 of file G4InuclParticle.cc.
00080 { 00081 part.print(os); 00082 return os; 00083 }
1.4.7