77   throw G4HadronicException(__FILE__, __LINE__, 
"G4InuclEvaporation::copy_constructor meant to not be accessable.");
 
   85   throw G4HadronicException(__FILE__, __LINE__, 
"G4InuclEvaporation::operator= meant to not be accessable.");
 
  105     theResult->push_back(
new G4Fragment(theNucleus));
 
  120     G4cout << 
" G4InuclEvaporation : initial kinematics : boostToLab vector = " << boostToLab << 
G4endl 
  121            << 
"                     excitation energy  : " << exitationE << 
G4endl;
 
  124     G4cout << 
"G4InuclEvaporation::BreakItUp >>> A: " << A << 
" Z: " << Z
 
  125            << 
" exitation E: " << exitationE << 
" mass: " << mTar/
GeV << 
" GeV" 
  141   if (!particles.empty()) { 
 
  144     for (; ipart != particles.end(); ipart++) {
 
  145       outgoingType = ipart->type();
 
  148         G4cout << 
"Evaporated particle:  " << i << 
" of type: " 
  149                << outgoingType << 
G4endl;
 
  153       eTot += ipart->getEnergy();
 
  158       theResult->push_back( 
new G4Fragment(vlab, ipart->getDefinition()) );
 
  162   if (!outgoingNuclei.empty()) { 
 
  164     for (i=1; ifrag != outgoingNuclei.end(); ifrag++) {
 
  169       eTot += ifrag->getEnergy();
 
  173       G4int fragA = ifrag->getA();
 
  174       G4int fragZ = ifrag->getZ();
 
  178       theResult->push_back( 
new G4Fragment(fragA, fragZ, vlab) ); 
 
static G4double GetNuclearMass(const G4double A, const G4double Z)
 
CLHEP::Hep3Vector G4ThreeVector
 
std::vector< G4InuclNuclei >::const_iterator nucleiIterator
 
void setVerboseLevel(const G4int verbose)
 
G4FragmentVector * BreakItUp(const G4Fragment &theNucleus)
 
const G4InuclEvaporation & operator=(const G4InuclEvaporation &right)
 
void setExitationEnergy(G4double e)
 
G4GLOB_DLL std::ostream G4cout
 
const G4LorentzVector & GetMomentum() const 
 
std::vector< G4Fragment * > G4FragmentVector
 
virtual void collide(G4InuclParticle *bullet, G4InuclParticle *target, G4CollisionOutput &globalOutput)
 
G4bool operator!=(const G4InuclEvaporation &right) const 
 
static const G4double A[nN]
 
G4EvaporationInuclCollider * evaporator
 
const std::vector< G4InuclNuclei > & getOutgoingNuclei() const 
 
const std::vector< G4InuclElementaryParticle > & getOutgoingParticles() const 
 
std::vector< G4InuclNuclei >::const_iterator nucleiIterator
 
std::vector< G4InuclElementaryParticle >::iterator particleIterator
 
G4bool operator==(const G4InuclEvaporation &right) const 
 
std::vector< G4InuclElementaryParticle >::const_iterator particleIterator
 
G4double GetExcitationEnergy() const 
 
CLHEP::HepLorentzVector G4LorentzVector