Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4tgrIsotope.cc File Reference
#include "G4tgrIsotope.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 G4tgrIsotope &obj)
 

Function Documentation

◆ operator<<()

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

Definition at line 76 of file G4tgrIsotope.cc.

77{
78 os << "G4tgrIsotope= " << obj.theName
79 << " Z = " << obj.theZ
80 << " N= " << obj.theN
81 << " A= " << obj.theA << G4endl;
82
83 return os;
84}
#define G4endl
Definition: G4ios.hh:52