41 #ifndef G4DecayTable_h 
   42 #define G4DecayTable_h 1 
  117     selectedChannel = (*channels)[index];
 
  119   return selectedChannel;
 
G4int operator!=(const G4DecayTable &right) const 
 
G4DecayTable & operator=(const G4DecayTable &)
 
G4VDecayChannel * GetDecayChannel(G4int index) const 
 
G4VDecayChannel * operator[](G4int index)
 
G4VDecayChannelVector * channels
 
G4VDecayChannel * SelectADecayChannel()
 
void Insert(G4VDecayChannel *aChannel)
 
G4DecayTable(const G4DecayTable &)
 
std::vector< G4VDecayChannel * > G4VDecayChannelVector
 
G4ParticleDefinition * parent
 
G4int operator==(const G4DecayTable &right) const