Geant4 11.1.1
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 1455 of file G4EmParameters.cc.

1456{
1457 par.StreamInfo(os);
1458 return os;
1459}
void StreamInfo(std::ostream &os) const