G4ThreeMat.cc File Reference

#include "G4ThreeMat.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4ThreeMat &mat)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4ThreeMat mat 
)

Definition at line 91 of file G4ThreeMat.cc.

References G4ThreeMat::PrintOn().

00092 {
00093   // overwrite output operator << to Print out G4ThreeMat objects
00094   // using the PrintOn function defined below
00095   mat.PrintOn( os );
00096   return os;
00097 }


Generated on Mon May 27 17:51:11 2013 for Geant4 by  doxygen 1.4.7