55 using namespace G4InuclParticleNames;
62 theExcitationHandler(0), theDeExcitation(0) {
93 G4cout <<
" >>> G4PreCompoundDeexcitation::deExcite" <<
G4endl;
112 precompoundProducts =
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;