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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4tgrElementSimple &obj)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4tgrElementSimple obj 
)

Definition at line 78 of file G4tgrElementSimple.cc.

79{
80 os << "G4tgrElementSimple= " << obj.theName
81 << " Z = " << obj.theZ << " A= " << obj.theA << G4endl;
82
83 return os;
84}
#define G4endl
Definition: G4ios.hh:52
G4String theName
Definition: G4tgrElement.hh:58