38 #ifndef G4NeutronHPChannel_h
39 #define G4NeutronHPChannel_h 1
62 theIsotopeWiseData = 0;
70 delete theChannelData;
75 if(theIsotopeWiseData != 0)
delete [] theIsotopeWiseData;
89 if ( theFinalStates != 0 )
91 for (
G4int i = 0 ; i < niso ; i++ )
93 delete theFinalStates[i];
95 delete [] theFinalStates;
97 if ( active != 0 )
delete [] active;
136 for(i=0; i<niso; i++)
138 if(theFinalStates[i]->
HasAnyData()) result =
true;