Geant4 10.7.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 591 of file G4OpticalParameters.cc.

592{
593 par.StreamInfo(os);
594 return os;
595}
void StreamInfo(std::ostream &os) const