|
Geant4
10.03
|
#include <G4VMolecularDissociationDisplacer.hh>
Inheritance diagram for G4VMolecularDecayDisplacer:Public Member Functions | |
| virtual | ~G4VMolecularDecayDisplacer () |
| virtual std::vector < G4ThreeVector > | GetProductsDisplacement (const G4MolecularDissociationChannel *) const =0 |
| virtual G4ThreeVector | GetMotherMoleculeDisplacement (const G4MolecularDissociationChannel *) const =0 |
| void | SetVerbose (G4int verbose) |
Protected Member Functions | |
| G4VMolecularDecayDisplacer () | |
Protected Attributes | |
| G4int | fVerbose |
Definition at line 62 of file G4VMolecularDissociationDisplacer.hh.
|
virtual |
Definition at line 40 of file G4VMolecularDissociationDisplacer.cc.
|
protected |
Definition at line 36 of file G4VMolecularDissociationDisplacer.cc.
|
pure virtual |
Implemented in G4DNAWaterDissociationDisplacer.
Referenced by G4DNAMolecularDissociation::DecayIt().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4DNAWaterDissociationDisplacer.
Referenced by G4DNAMolecularDissociation::DecayIt().
Here is the caller graph for this function:
|
inline |
Definition at line 72 of file G4VMolecularDissociationDisplacer.hh.
References fVerbose.
|
protected |
Definition at line 78 of file G4VMolecularDissociationDisplacer.hh.
Referenced by G4DNAWaterDissociationDisplacer::GetProductsDisplacement(), and SetVerbose().