37#ifndef G4_CASCADE_CHANNEL_TABLES_HH
38#define G4_CASCADE_CHANNEL_TABLES_HH
76 typedef std::map<G4int, G4CascadeChannel*> TableMap;
77 typedef std::pair<const G4int, G4CascadeChannel*> TableEntry;
80 static void DeleteTable(TableEntry& t);
G4DLLIMPORT std::ostream G4cout
static const G4CascadeChannel * GetTable(G4int initialState)
static void AddTable(G4int initialState, G4CascadeChannel *table)
static void PrintTable(G4int initialState, std::ostream &os=G4cout)