Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pyG4Isotope Namespace Reference

Functions

void Print (G4Isotope &iso)
 

Function Documentation

void pyG4Isotope::Print ( G4Isotope iso)

Definition at line 47 of file pyG4Isotope.cc.

References G4cout.

Referenced by export_G4Isotope().

48 {
49  G4cout << iso;
50 }
G4GLOB_DLL std::ostream G4cout