G4ExitonConfiguration.hh File Reference

#include "globals.hh"
#include <iosfwd>

Go to the source code of this file.

Data Structures

class  G4ExitonConfiguration

Functions

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


Function Documentation

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

Definition at line 33 of file G4ExitonConfiguration.cc.

00033                                                                         {
00034   os << " Exitons: protons " << ex.protonQuasiParticles << " holes " 
00035      << ex.protonHoles << "; neutrons " << ex.neutronQuasiParticles
00036      << " holes " << ex.neutronHoles;
00037 
00038   return os;
00039 }


Generated on Mon May 27 17:50:43 2013 for Geant4 by  doxygen 1.4.7