83 using namespace G4InuclParticleNames;
141 TableMap::iterator entry;
142 for (entry = tables.begin(); entry != tables.end(); ++entry) {
143 delete entry->second; entry->second = 0;
153 return instance().FindTable(initialState);
160 return GetTable(had1*had2);
167 #ifdef G4CASCADE_DEBUG_SAMPLER
168 G4cout <<
"G4CascadeChannelTables::FindTable " << initialState <<
G4endl;
170 TableMap::const_iterator entry = tables.find(initialState);
171 return (entry != tables.end()) ? entry->second : 0;
179 TableMap::const_iterator entry;
180 for (entry = theTables.begin(); entry != theTables.end(); ++entry) {
181 if (entry->second) entry->second->printTable(os);