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

Go to the source code of this file.

Classes

class  G4Square
 

Functions

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

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4Square square 
)

Definition at line 37 of file G4Square.cc.

38{
39 os << "G4Square: " << (const G4VMarker&)square;
40 return os;
41}