54#ifndef G4MolecularDecayTable_h
55#define G4MolecularDecayTable_h 1
68using ChannelMap = std::map<const G4MolecularConfiguration *, std::vector<const G4MolecularDissociationChannel *>>;
102 const std::vector<const G4MolecularDissociationChannel*>*
104 const std::vector<const G4MolecularDissociationChannel*>*
void Serialize(std::ostream &)
~G4MolecularDissociationTable()
const std::vector< const G4MolecularDissociationChannel * > * GetDecayChannels(const G4MolecularConfiguration *) const
G4MolecularDissociationTable()
G4MolecularDissociationTable & operator=(const G4MolecularDissociationTable &right)
void CheckDataConsistency() const
void AddChannel(const G4MolecularConfiguration *molConf, const G4MolecularDissociationChannel *channel)
std::map< const G4MolecularConfiguration *, std::vector< const G4MolecularDissociationChannel * > > ChannelMap