Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ operator<<()

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

Definition at line 91 of file G4ThreeMat.cc.

92{
93 // overwrite output operator << to Print out G4ThreeMat objects
94 // using the PrintOn function defined below
95 mat.PrintOn( os );
96 return os;
97}
virtual void PrintOn(std::ostream &os=G4cout) const
Definition: G4ThreeMat.cc:100