Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VMolecularDecayDisplacer.hh>
Public Member Functions | |
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 | NoDisplacement = G4VMolecularDecayDisplacer::AddDisplacement() |
Protected Member Functions | |
G4VMolecularDecayDisplacer () | |
Static Protected Member Functions | |
static DisplacementType | AddDisplacement () |
Protected Attributes | |
G4int | fVerbose |
Static Protected Attributes | |
static DisplacementType | Last = 0 |
Definition at line 50 of file G4VMolecularDecayDisplacer.hh.
|
virtual |
Definition at line 39 of file G4VMolecularDecayDisplacer.cc.
|
protected |
Definition at line 34 of file G4VMolecularDecayDisplacer.cc.
|
staticprotected |
Definition at line 44 of file G4VMolecularDecayDisplacer.cc.
|
pure virtual |
Implemented in G4DNAMolecularDecayDisplacer.
|
pure virtual |
Implemented in G4DNAMolecularDecayDisplacer.
Referenced by G4DNAMolecularDecay::DecayIt().
|
inline |
Definition at line 71 of file G4VMolecularDecayDisplacer.hh.
|
protected |
Definition at line 66 of file G4VMolecularDecayDisplacer.hh.
Referenced by G4VMolecularDecayDisplacer(), and G4DNAMolecularDecayDisplacer::GetProductsDisplacement().
|
staticprotected |
Definition at line 68 of file G4VMolecularDecayDisplacer.hh.
Referenced by AddDisplacement().
|
static |
Definition at line 61 of file G4VMolecularDecayDisplacer.hh.
Referenced by G4EmDNAPhysicsChemistry::ConstructDecayChannels().