Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4tgrMaterialSimple.cc File Reference
#include "G4tgrMaterialSimple.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrUtils.hh"
#include "G4tgrMessenger.hh"
#include "G4UIcommand.hh"
Include dependency graph for G4tgrMaterialSimple.cc:

Go to the source code of this file.

Functions

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

Function Documentation

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 }
static constexpr double g
Definition: G4SIunits.hh:183
G4double theDensity
G4String theName
G4int theNoComponents
static constexpr double cm3
Definition: G4SIunits.hh:121
#define G4endl
Definition: G4ios.hh:61