Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DNAGillespieDirectMethod.hh>
Public Types | |
using | MolType = const G4MolecularConfiguration * |
using | Index = G4VDNAMesh::Index |
using | Voxel = G4DNAMesh::Voxel |
using | JumpingData = std::pair< MolType, Index > |
using | ReactionData = const G4DNAMolecularReactionData |
using | EventIt = G4DNAEventSet::EventSet::iterator |
Public Member Functions | |
G4DNAGillespieDirectMethod () | |
~G4DNAGillespieDirectMethod () | |
G4double | PropensityFunction (const Voxel &voxel, ReactionData *data) |
G4double | PropensityFunction (const Voxel &voxel, MolType moleType) |
void | SetVoxelMesh (G4DNAMesh &mesh) |
void | SetTimeStep (const G4double &stepTime) |
void | Initialize () |
void | CreateEvent (const Index &index) |
void | SetEventSet (G4DNAEventSet *) |
Definition at line 40 of file G4DNAGillespieDirectMethod.hh.
using G4DNAGillespieDirectMethod::EventIt = G4DNAEventSet::EventSet::iterator |
Definition at line 50 of file G4DNAGillespieDirectMethod.hh.
Definition at line 46 of file G4DNAGillespieDirectMethod.hh.
using G4DNAGillespieDirectMethod::JumpingData = std::pair<MolType, Index> |
Definition at line 48 of file G4DNAGillespieDirectMethod.hh.
using G4DNAGillespieDirectMethod::MolType = const G4MolecularConfiguration* |
Definition at line 45 of file G4DNAGillespieDirectMethod.hh.
Definition at line 49 of file G4DNAGillespieDirectMethod.hh.
Definition at line 47 of file G4DNAGillespieDirectMethod.hh.
G4DNAGillespieDirectMethod::G4DNAGillespieDirectMethod | ( | ) |
Definition at line 37 of file G4DNAGillespieDirectMethod.cc.
|
default |
void G4DNAGillespieDirectMethod::CreateEvent | ( | const Index & | index | ) |
Definition at line 178 of file G4DNAGillespieDirectMethod.cc.
Referenced by Initialize().
void G4DNAGillespieDirectMethod::Initialize | ( | ) |
Definition at line 156 of file G4DNAGillespieDirectMethod.cc.
Definition at line 67 of file G4DNAGillespieDirectMethod.cc.
G4double G4DNAGillespieDirectMethod::PropensityFunction | ( | const Voxel & | voxel, |
ReactionData * | data | ||
) |
Definition at line 95 of file G4DNAGillespieDirectMethod.cc.
void G4DNAGillespieDirectMethod::SetEventSet | ( | G4DNAEventSet * | pEventSet | ) |
Definition at line 43 of file G4DNAGillespieDirectMethod.cc.
void G4DNAGillespieDirectMethod::SetTimeStep | ( | const G4double & | stepTime | ) |
Definition at line 174 of file G4DNAGillespieDirectMethod.cc.
|
inline |
Definition at line 54 of file G4DNAGillespieDirectMethod.hh.