Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4tgbMaterialSimple.cc File Reference
Include dependency graph for G4tgbMaterialSimple.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4tgbMaterialSimple &mate)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4tgbMaterialSimple mate 
)

Definition at line 86 of file G4tgbMaterialSimple.cc.

87 {
88  os << "Simple Material: " << mate.GetName() << G4endl
89  << " Z = " << mate.GetZ()
90  << " A = " << mate.GetA()
91  << " density = " << mate.GetDensity() << G4endl;
92  return os;
93 }
G4double GetZ() const
G4double GetDensity() const
G4double GetA() const
#define G4endl
Definition: G4ios.hh:61
const G4String & GetName() const

Here is the call graph for this function: