52   if (fShortLivedList ==0) 
return;
 
   56   fShortLivedList->clear();
 
   57   delete fShortLivedList;
 
   68   if (
this != & right) {
 
   69     if (fShortLivedList !=0){
 
   70       fShortLivedList->clear();
 
   71       delete fShortLivedList;
 
   95         "No effects because readyToUse is true.");    
 
   99   fShortLivedList->clear();
 
  105     fShortLivedList->push_back(particle);
 
  115       G4String msg = 
"Request of removing ";
 
  117       msg += 
" has No effects other than Pre_Init";
 
  125            << 
" will be removed from the ShortLivedTable " << 
G4endl;
 
  132     G4ShortLivedList::iterator idx;
 
  133     for (idx = fShortLivedList->begin(); idx!= fShortLivedList->end(); ++idx) {
 
  134       if ( particle == *idx) {
 
  135         fShortLivedList->erase(idx);
 
  154   G4ShortLivedList::iterator idx;
 
  155   for (idx = fShortLivedList->begin(); idx!= fShortLivedList->end(); ++idx) {
 
  157     if (( particle_name == 
"ALL" ) || (particle_name == 
"all")){