71 G4cout <<
" >>> G4CascadeDeexcitation::deExcite" <<
G4endl;
81 theBigBanger->deExcite(fragment, globalOutput);
87 theNonEquilibriumEvaporator->deExcite(fragment, tempOutput);
91 tempOutput.printCollisionOutput(
G4cout);
99 G4Fragment newfrag = tempOutput.getRecoilFragment();
102 theEquilibriumEvaporator->deExcite(newfrag, tempOutput);
106 tempOutput.printCollisionOutput(
G4cout);
109 globalOutput.
add(tempOutput);