26 #ifndef G4ParaFissionModel_h 
   27 #define G4ParaFissionModel_h 1 
   59     theParticleChange.
Clear();
 
   71     G4int numberOfHoles = 0;
 
   86     G4int ll = theFissionResult->size();
 
   87     for(
G4int i=0; i<ll; i++)
 
   90       G4Fragment* aFragment = (*theFissionResult)[i];
 
   93     theExcitationResult = theHandler.
BreakItUp(*aFragment);
 
   96     for(
G4int j = 0; j < 
G4int(theExcitationResult->size()); j++)
 
  104     delete theExcitationResult;
 
  117     delete theFissionResult;
 
  119     return &theParticleChange;