#include "G4ThreeMat.hh"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const G4ThreeMat &mat) |
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 }