Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4HadronicParameters.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Classes

class  G4HadronicParameters

Functions

std::ostream & operator<< (std::ostream &os, const G4HadronicParameters &p)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4HadronicParameters & p )
inline

Definition at line 427 of file G4HadronicParameters.hh.

428{
429 p.StreamInfo(os);
430 return os;
431}
void StreamInfo(std::ostream &os) const