Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ExitonConfiguration.hh File Reference
#include "globals.hh"
#include <iosfwd>

Go to the source code of this file.

Classes

class  G4ExitonConfiguration
 

Functions

std::ostream & operator<< (std::ostream &os, const G4ExitonConfiguration &ex)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4ExitonConfiguration ex 
)

Definition at line 47 of file G4ExitonConfiguration.cc.

47 {
48 os << " Exitons: protons " << ex.protonQuasiParticles << " holes "
49 << ex.protonHoles << "; neutrons " << ex.neutronQuasiParticles
50 << " holes " << ex.neutronHoles;
51
52 return os;
53}