|
Geant4
10.00.p02
|
#include <G4VMolecularDissociationDisplacer.hh>
Inheritance diagram for G4VMolecularDecayDisplacer: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 G4VMolecularDissociationDisplacer.hh.
|
virtual |
Definition at line 40 of file G4VMolecularDissociationDisplacer.cc.
|
protected |
Definition at line 34 of file G4VMolecularDissociationDisplacer.cc.
|
staticprotected |
Definition at line 45 of file G4VMolecularDissociationDisplacer.cc.
References Last.
|
pure virtual |
Implemented in G4DNAWaterDissociationDisplacer.
|
pure virtual |
Implemented in G4DNAWaterDissociationDisplacer.
Referenced by G4DNAMolecularDissociation::DecayIt().
Here is the caller graph for this function:
|
inline |
Definition at line 71 of file G4VMolecularDissociationDisplacer.hh.
References fVerbose.
|
protected |
Definition at line 66 of file G4VMolecularDissociationDisplacer.hh.
Referenced by G4VMolecularDecayDisplacer(), G4DNAWaterDissociationDisplacer::GetProductsDisplacement(), and SetVerbose().
|
staticprotected |
Definition at line 68 of file G4VMolecularDissociationDisplacer.hh.
Referenced by AddDisplacement(), and G4VMolecularDecayDisplacer().
|
static |
Definition at line 61 of file G4VMolecularDissociationDisplacer.hh.