93 G4cout <<
" >>> G4PreCompoundDeexcitation::deExcite" <<
G4endl;
100 if (
explosion(fragment) && theExcitationHandler) {
104 precompoundProducts = theExcitationHandler->BreakItUp(fragment);
112 precompoundProducts =
113 theDeExcitation->DeExcite(originalFragment);
117 if (precompoundProducts) {
119 G4cout <<
" Got " << precompoundProducts->size()
120 <<
" secondaries back from PreCompound:" <<
G4endl;
127 for (
size_t i = 0; i < precompoundProducts->size(); i++ ) {
128 if ( (*precompoundProducts)[ i ] ) {
129 delete (*precompoundProducts)[ i ];
130 (*precompoundProducts)[ i ] = 0;
133 precompoundProducts->clear();
134 delete precompoundProducts;