#include <map>
#include <vector>
#include "G4ElectronOccupancy.hh"
Go to the source code of this file.
Data Structures | |
struct | eOccComp |
class | G4MolecularDecayTable |
Defines | |
#define | G4MolecularDecayTable_h 1 |
Typedefs | |
typedef std::map< G4ElectronOccupancy, G4String, eOccComp > | statesMap |
typedef std::map< G4String, std::vector< const G4MolecularDecayChannel * >, std::less< G4String > > | channelsMap |
#define G4MolecularDecayTable_h 1 |
Definition at line 38 of file G4MolecularDecayTable.hh.
typedef std::map<G4String, std::vector<const G4MolecularDecayChannel*>, std::less <G4String> > channelsMap |
Definition at line 81 of file G4MolecularDecayTable.hh.
typedef std::map<G4ElectronOccupancy, G4String, eOccComp> statesMap |
Definition at line 80 of file G4MolecularDecayTable.hh.