Geant4 10.7.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 36 of file G4Square.cc.

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