Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4OpticalParameters.cc File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4OpticalParameters &par)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4OpticalParameters & par )

Definition at line 608 of file G4OpticalParameters.cc.

609{
610 par.StreamInfo(os);
611 return os;
612}
void StreamInfo(std::ostream &os) const