|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VMolecularDissociationDisplacer.hh>
Inheritance diagram for G4VMolecularDissociationDisplacer:Public Member Functions | |
| virtual | ~G4VMolecularDissociationDisplacer ()=default |
| virtual std::vector< G4ThreeVector > | GetProductsDisplacement (const G4MolecularDissociationChannel *) const =0 |
| virtual G4ThreeVector | GetMotherMoleculeDisplacement (const G4MolecularDissociationChannel *) const =0 |
| void | SetVerbose (G4int verbose) |
Protected Member Functions | |
| G4VMolecularDissociationDisplacer ()=default | |
Protected Attributes | |
| G4int | fVerbose {0} |
Definition at line 61 of file G4VMolecularDissociationDisplacer.hh.
|
virtualdefault |
|
protecteddefault |
Referenced by G4VMolecularDissociationDisplacer().
|
pure virtual |
Implemented in G4DNAWaterDissociationDisplacer.
|
pure virtual |
Implemented in G4DNAWaterDissociationDisplacer.
|
inline |
Definition at line 72 of file G4VMolecularDissociationDisplacer.hh.
|
protected |
Definition at line 84 of file G4VMolecularDissociationDisplacer.hh.
Referenced by G4DNAWaterDissociationDisplacer::GetProductsDisplacement(), and SetVerbose().