|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <vector>#include <map>#include <CLHEP/Units/SystemOfUnits.h>#include "G4ios.hh"#include "globals.hh"#include "G4VRestDiscreteProcess.hh"#include "G4ParticleChangeForRadDecay.hh"#include "G4NucleusLimits.hh"#include "G4RadioactiveDecayRatesToDaughter.hh"#include "G4RadioactiveDecayChainsFromParent.hh"#include "G4RadioactivityTable.hh"#include "G4ThreeVector.hh"#include "G4Threading.hh"#include "G4RadioactiveDecayMode.hh"Go to the source code of this file.
Classes | |
| class | G4RadioactiveDecay |
Typedefs | |
| typedef std::vector< G4RadioactiveDecayChainsFromParent > | G4RadioactiveDecayParentChainTable |
| typedef std::vector< G4RadioactiveDecayRatesToDaughter > | G4RadioactiveDecayRates |
| typedef std::map< G4String, G4DecayTable * > | DecayTableMap |
| typedef std::map<G4String, G4DecayTable*> DecayTableMap |
Definition at line 80 of file G4RadioactiveDecay.hh.
| typedef std::vector<G4RadioactiveDecayChainsFromParent> G4RadioactiveDecayParentChainTable |
Definition at line 78 of file G4RadioactiveDecay.hh.
| typedef std::vector<G4RadioactiveDecayRatesToDaughter> G4RadioactiveDecayRates |
Definition at line 79 of file G4RadioactiveDecay.hh.