Geant4 11.2.2
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 76 of file G4tgbMaterialSimple.cc.

77{
78 os << "Simple Material: " << mate.GetName() << G4endl
79 << " Z = " << mate.GetZ() << " A = " << mate.GetA()
80 << " density = " << mate.GetDensity() << G4endl;
81 return os;
82}
#define G4endl
Definition G4ios.hh:67
const G4String & GetName() const
G4double GetDensity() const