#include "G4tgrElementSimple.hh"#include "G4SystemOfUnits.hh"#include "G4tgrUtils.hh"#include "G4tgrMessenger.hh"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4tgrElementSimple &obj) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4tgrElementSimple & | obj | |||
| ) |
Definition at line 78 of file G4tgrElementSimple.cc.
References G4endl, G4tgrElementSimple::theA, G4tgrElement::theName, and G4tgrElementSimple::theZ.
00079 { 00080 os << "G4tgrElementSimple= " << obj.theName 00081 << " Z = " << obj.theZ << " A= " << obj.theA << G4endl; 00082 00083 return os; 00084 }
1.4.7