Geant4-11
Functions
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 69 of file G4tgrElementSimple.cc.

70{
71 os << "G4tgrElementSimple= " << obj.theName << " Z = " << obj.theZ
72 << " A= " << obj.theA << G4endl;
73
74 return os;
75}
#define G4endl
Definition: G4ios.hh:57
G4String theName
Definition: G4tgrElement.hh:52