Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 76 of file G4tgrIsotope.cc.

References G4endl.

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:61