Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DNAMolecularDecayDisplacer.hh>
Public Member Functions | |
G4DNAMolecularDecayDisplacer () | |
virtual | ~G4DNAMolecularDecayDisplacer () |
virtual std::vector< G4ThreeVector > | GetProductsDisplacement (const G4MolecularDecayChannel *) const |
virtual G4ThreeVector | GetMotherMoleculeDisplacement (const G4MolecularDecayChannel *) const |
G4ThreeVector | radialDistributionOfElectron () const |
Public Member Functions inherited from G4VMolecularDecayDisplacer | |
virtual std::vector< G4ThreeVector > | GetProductsDisplacement (const G4MolecularDecayChannel *) const =0 |
virtual G4ThreeVector | GetMotherMoleculeDisplacement (const G4MolecularDecayChannel *) const =0 |
void | SetVerbose (G4int) |
virtual | ~G4VMolecularDecayDisplacer () |
Static Public Attributes | |
static G4DLLIMPORT const DisplacementType | Ionisation_DissociationDecay = G4VMolecularDecayDisplacer::AddDisplacement() |
static G4DLLIMPORT const DisplacementType | A1B1_DissociationDecay = G4VMolecularDecayDisplacer::AddDisplacement() |
static G4DLLIMPORT const DisplacementType | B1A1_DissociationDecay = G4VMolecularDecayDisplacer::AddDisplacement() |
static G4DLLIMPORT const DisplacementType | AutoIonisation = G4VMolecularDecayDisplacer::AddDisplacement() |
static G4DLLEXPORT const DisplacementType | DissociativeAttachment = G4VMolecularDecayDisplacer::AddDisplacement() |
Static Public Attributes inherited from G4VMolecularDecayDisplacer | |
static G4DLLIMPORT const DisplacementType | NoDisplacement = G4VMolecularDecayDisplacer::AddDisplacement() |
Additional Inherited Members | |
Protected Member Functions inherited from G4VMolecularDecayDisplacer | |
G4VMolecularDecayDisplacer () | |
Static Protected Member Functions inherited from G4VMolecularDecayDisplacer | |
static DisplacementType | AddDisplacement () |
Protected Attributes inherited from G4VMolecularDecayDisplacer | |
G4int | fVerbose |
Static Protected Attributes inherited from G4VMolecularDecayDisplacer | |
static DisplacementType | Last = 0 |
Definition at line 45 of file G4DNAMolecularDecayDisplacer.hh.
G4DNAMolecularDecayDisplacer::G4DNAMolecularDecayDisplacer | ( | ) |
Definition at line 60 of file G4DNAMolecularDecayDisplacer.cc.
|
virtual |
Definition at line 64 of file G4DNAMolecularDecayDisplacer.cc.
|
virtual |
Implements G4VMolecularDecayDisplacer.
Definition at line 67 of file G4DNAMolecularDecayDisplacer.cc.
|
virtual |
Implements G4VMolecularDecayDisplacer.
Definition at line 105 of file G4DNAMolecularDecayDisplacer.cc.
G4ThreeVector G4DNAMolecularDecayDisplacer::radialDistributionOfElectron | ( | ) | const |
Definition at line 345 of file G4DNAMolecularDecayDisplacer.cc.
Referenced by GetProductsDisplacement().
|
static |
Definition at line 63 of file G4DNAMolecularDecayDisplacer.hh.
Referenced by G4EmDNAPhysicsChemistry::ConstructDecayChannels(), GetMotherMoleculeDisplacement(), and GetProductsDisplacement().
|
static |
Definition at line 65 of file G4DNAMolecularDecayDisplacer.hh.
Referenced by G4EmDNAPhysicsChemistry::ConstructDecayChannels(), GetMotherMoleculeDisplacement(), and GetProductsDisplacement().
|
static |
Definition at line 64 of file G4DNAMolecularDecayDisplacer.hh.
Referenced by G4EmDNAPhysicsChemistry::ConstructDecayChannels(), GetMotherMoleculeDisplacement(), and GetProductsDisplacement().
|
static |
Definition at line 66 of file G4DNAMolecularDecayDisplacer.hh.
Referenced by GetMotherMoleculeDisplacement(), and GetProductsDisplacement().
|
static |
Definition at line 62 of file G4DNAMolecularDecayDisplacer.hh.
Referenced by G4EmDNAPhysicsChemistry::ConstructDecayChannels(), GetMotherMoleculeDisplacement(), and GetProductsDisplacement().