Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DNAWaterDissociationDisplacer.hh>
Public Member Functions | |
G4DNAWaterDissociationDisplacer () | |
virtual | ~G4DNAWaterDissociationDisplacer () |
std::vector< G4ThreeVector > | GetProductsDisplacement (const G4MolecularDissociationChannel *) const override |
G4ThreeVector | GetMotherMoleculeDisplacement (const G4MolecularDissociationChannel *) const override |
G4ThreeVector | radialDistributionOfElectron () const |
G4ThreeVector | radialDistributionOfProducts (G4double r_rms) const |
Public Member Functions inherited from G4VMolecularDissociationDisplacer | |
virtual | ~G4VMolecularDissociationDisplacer ()=default |
virtual std::vector< G4ThreeVector > | GetProductsDisplacement (const G4MolecularDissociationChannel *) const =0 |
virtual G4ThreeVector | GetMotherMoleculeDisplacement (const G4MolecularDissociationChannel *) const =0 |
void | SetVerbose (G4int verbose) |
Static Public Member Functions | |
static G4double | ElectronProbaDistribution (G4double r) |
Additional Inherited Members | |
Protected Member Functions inherited from G4VMolecularDissociationDisplacer | |
G4VMolecularDissociationDisplacer ()=default | |
Protected Attributes inherited from G4VMolecularDissociationDisplacer | |
G4int | fVerbose |
Definition at line 57 of file G4DNAWaterDissociationDisplacer.hh.
A1B1_DissociationDecay B1A1_DissociationDecay2 DissociativeAttachment G4DNAWaterDissociationDisplacer::G4DNAWaterDissociationDisplacer | ( | ) |
Definition at line 125 of file G4DNAWaterDissociationDisplacer.cc.
|
virtual |
Definition at line 160 of file G4DNAWaterDissociationDisplacer.cc.
|
overridevirtual |
Implements G4VMolecularDissociationDisplacer.
Definition at line 168 of file G4DNAWaterDissociationDisplacer.cc.
|
overridevirtual |
Implements G4VMolecularDissociationDisplacer.
Definition at line 210 of file G4DNAWaterDissociationDisplacer.cc.
G4ThreeVector G4DNAWaterDissociationDisplacer::radialDistributionOfElectron | ( | ) | const |
Definition at line 492 of file G4DNAWaterDissociationDisplacer.cc.
Referenced by GetProductsDisplacement().
G4ThreeVector G4DNAWaterDissociationDisplacer::radialDistributionOfProducts | ( | G4double | r_rms | ) | const |
Definition at line 478 of file G4DNAWaterDissociationDisplacer.cc.
Referenced by GetMotherMoleculeDisplacement(), and GetProductsDisplacement().