Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DNAIRT.hh>
Protected Attributes | |
const G4DNAMolecularReactionTable *& | fMolReactionTable |
G4VDNAReactionModel * | fpReactionModel |
Protected Attributes inherited from G4VITReactionProcess | |
const G4ITReactionTable * | fpReactionTable = nullptr |
G4String | fName |
Definition at line 64 of file G4DNAIRT.hh.
G4DNAIRT::G4DNAIRT | ( | ) |
Definition at line 50 of file G4DNAIRT.cc.
|
explicit |
Definition at line 82 of file G4DNAIRT.cc.
|
override |
Definition at line 88 of file G4DNAIRT.cc.
|
delete |
(xmax < value) ) //value >= xmax )
Definition at line 344 of file G4DNAIRT.cc.
Referenced by IRTSampling(), MakeReaction(), and Sampling().
|
overridevirtual |
Implements G4VITReactionProcess.
Definition at line 510 of file G4DNAIRT.cc.
G4double G4DNAIRT::GetIndependentReactionTime | ( | const G4MolecularConfiguration * | molA, |
const G4MolecularConfiguration * | molB, | ||
G4double | distance | ||
) |
Definition at line 285 of file G4DNAIRT.cc.
Referenced by Sampling().
|
overridevirtual |
First initialization (done once for all at the begin of the run) eg. check if the reaction table is given ...
Reimplemented from G4VITReactionProcess.
Definition at line 93 of file G4DNAIRT.cc.
void G4DNAIRT::IRTSampling | ( | ) |
Definition at line 161 of file G4DNAIRT.cc.
Referenced by Initialize().
|
overridevirtual |
Implements G4VITReactionProcess.
Definition at line 393 of file G4DNAIRT.cc.
Referenced by FindReaction().
Definition at line 360 of file G4DNAIRT.cc.
Referenced by GetIndependentReactionTime().
void G4DNAIRT::Sampling | ( | G4Track * | track | ) |
Definition at line 176 of file G4DNAIRT.cc.
Referenced by IRTSampling(), and MakeReaction().
void G4DNAIRT::SetReactionModel | ( | G4VDNAReactionModel * | model | ) |
Definition at line 559 of file G4DNAIRT.cc.
void G4DNAIRT::SpaceBinning | ( | ) |
Definition at line 138 of file G4DNAIRT.cc.
Referenced by Initialize().
|
overridevirtual |
Implements G4VITReactionProcess.
Definition at line 551 of file G4DNAIRT.cc.
|
protected |
Definition at line 93 of file G4DNAIRT.hh.
Referenced by GetIndependentReactionTime(), MakeReaction(), and Sampling().
|
protected |
Definition at line 94 of file G4DNAIRT.hh.
Referenced by G4DNAIRT(), and SetReactionModel().