Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Surface.cc File Reference
#include "G4Surface.hh"
#include "G4CompositeCurve.hh"
#include "G4GeometryTolerance.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4Surface &)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4Surface  
)

Definition at line 274 of file G4Surface.cc.

275{
276 // overwrite output operator << to Print out Surface objects
277 // using the PrintOn function defined below
278 // s.PrintOn( os );
279 return os;
280}