51 using namespace G4InuclParticleNames;
75 G4cout <<
" >>> G4PreCompoundDeexcitation::collide" <<
G4endl;
80 G4cerr <<
" G4PreCompoundDeexcitation ERROR: residual fragment must be G4InuclNuclei"
86 if (ntarget->
getA() == 1) {
107 G4cout <<
" >>> G4PreCompoundDeexcitation::deExcite" <<
G4endl;
120 if (
explosion(fragment) && theExcitationHandler) {
122 precompoundProducts = theExcitationHandler->
BreakItUp(*fragment);
125 precompoundProducts = theDeExcitation->
DeExcite(*fragment);
129 if (precompoundProducts) {
131 G4cout <<
" Got " << precompoundProducts->size()
132 <<
" secondaries back from PreCompound:" <<
G4endl;
139 precompoundProducts->clear();
140 delete precompoundProducts;