Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4tgrMaterialSimple.cc File Reference
#include "G4tgrMaterialSimple.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrUtils.hh"
#include "G4tgrMessenger.hh"
#include "G4UIcommand.hh"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 107 of file G4tgrMaterialSimple.cc.

108{
109 os << "G4tgrMaterialSimple= " << mate.theName
110 << " Z " << mate.theZ << " A " << mate.theA
111 << "density= " << mate.theDensity/g*cm3
112 << " g/cm3. Number of Components: " << mate.theNoComponents << G4endl;
113 return os;
114}
#define G4endl
Definition: G4ios.hh:52
G4double theDensity
G4String theName
G4int theNoComponents