Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4tgbMaterialSimple.cc File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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}
#define G4endl
Definition: G4ios.hh:52
const G4String & GetName() const
G4double GetDensity() const