Geant4-11
Functions
G4Circle.cc File Reference
#include "G4Circle.hh"
#include "G4VisAttributes.hh"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 42 of file G4Circle.cc.

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