Geant4-11
Data Structures | Functions
G4Circle.hh File Reference
#include "G4VMarker.hh"

Go to the source code of this file.

Data Structures

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 42 of file G4Circle.cc.

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