Geant4-11
Functions
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 67 of file G4tgrIsotope.cc.

68{
69 os << "G4tgrIsotope= " << obj.theName << " Z = " << obj.theZ
70 << " N= " << obj.theN << " A= " << obj.theA << G4endl;
71
72 return os;
73}
#define G4endl
Definition: G4ios.hh:57
G4String theName
Definition: G4tgrIsotope.hh:63
G4double theA
Definition: G4tgrIsotope.hh:66