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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 1411 of file G4EmParameters.cc.

1412{
1413 par.StreamInfo(os);
1414 return os;
1415}
void StreamInfo(std::ostream &os) const