Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DNAMoleculeEncounterStepper.hh>
Public Member Functions | |
G4DNAMoleculeEncounterStepper () | |
virtual | ~G4DNAMoleculeEncounterStepper () |
G4DNAMoleculeEncounterStepper (const G4DNAMoleculeEncounterStepper &) | |
virtual void | Prepare () |
virtual G4double | CalculateStep (const G4Track &, const G4double &) |
void | SetReactionModel (G4VDNAReactionModel *) |
G4VDNAReactionModel * | GetReactionModel () |
void | SetVerbose (int) |
Public Member Functions inherited from G4VITTimeStepper | |
G4VITTimeStepper () | |
virtual | ~G4VITTimeStepper () |
G4VITTimeStepper (const G4VITTimeStepper &) | |
G4VITTimeStepper & | operator= (const G4VITTimeStepper &other) |
virtual void | Initialize () |
virtual void | Prepare () |
virtual G4double | CalculateStep (const G4Track &, const G4double &)=0 |
G4TrackVectorHandle | GetReactants () |
virtual void | ResetReactants () |
G4double | GetSampledMinTimeStep () |
void | SetReactionTable (const G4ITReactionTable *) |
const G4ITReactionTable * | GetReactionTable () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VITTimeStepper | |
static void | SetTimes (const G4double &, const G4double &) |
Protected Attributes inherited from G4VITTimeStepper | |
G4double | fSampledMinTimeStep |
G4TrackVectorHandle | fReactants |
const G4ITReactionTable * | fpReactionTable |
Static Protected Attributes inherited from G4VITTimeStepper | |
static G4double | fCurrentGlobalTime = -1 |
static G4double | fUserMinTimeStep = -1 |
Given a molecule G4DNAMoleculeEncounterStepper will calculate for its possible reactants what will be the minimum encounter time and the associated molecules.*
This model includes dynamical time steps as explained in "Computer-Aided Stochastic Modeling of the Radiolysis of Liquid Water", V. Michalik, M. Begusová, E. A. Bigildeev, Radiation Research, Vol. 149, No. 3 (Mar., 1998), pp. 224-236
Definition at line 61 of file G4DNAMoleculeEncounterStepper.hh.
G4DNAMoleculeEncounterStepper::G4DNAMoleculeEncounterStepper | ( | ) |
Definition at line 47 of file G4DNAMoleculeEncounterStepper.cc.
|
virtual |
Definition at line 66 of file G4DNAMoleculeEncounterStepper.cc.
G4DNAMoleculeEncounterStepper::G4DNAMoleculeEncounterStepper | ( | const G4DNAMoleculeEncounterStepper & | right | ) |
Definition at line 69 of file G4DNAMoleculeEncounterStepper.cc.
|
virtual |
Implements G4VITTimeStepper.
Definition at line 87 of file G4DNAMoleculeEncounterStepper.cc.
|
inline |
Definition at line 98 of file G4DNAMoleculeEncounterStepper.hh.
|
virtual |
Reimplemented from G4VITTimeStepper.
Definition at line 79 of file G4DNAMoleculeEncounterStepper.cc.
|
inline |
Definition at line 93 of file G4DNAMoleculeEncounterStepper.hh.
|
inline |
Definition at line 103 of file G4DNAMoleculeEncounterStepper.hh.