Geant4 9.6.0
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 33 of file G4ExitonConfiguration.cc.

33 {
34 os << " Exitons: protons " << ex.protonQuasiParticles << " holes "
35 << ex.protonHoles << "; neutrons " << ex.neutronQuasiParticles
36 << " holes " << ex.neutronHoles;
37
38 return os;
39}