Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Circle.hh File Reference
#include "G4VMarker.hh"

Go to the source code of this file.

Classes

class  G4Circle
 

Functions

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

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4Circle circle 
)

Definition at line 43 of file G4Circle.cc.

44{
45 os << "G4Circle: " << (const G4VMarker&)circle;
46 return os;
47}