Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DNAMolecularReaction.hh>
Protected Attributes | |
const G4DNAMolecularReactionTable *& | fMolReactionTable |
G4VDNAReactionModel * | fReactionModel |
G4int | fVerbose |
G4double | fReactionRadius |
G4double | fDistance |
Protected Attributes inherited from G4VITReactionProcess | |
const G4ITReactionTable * | fpReactionTable |
G4ITReactionChange * | fpChanges |
G4String | fName |
G4DNAMolecularReaction is the reaction process used in G4DNAMolecularStepByStepModel between two molecules. After the global track steps, it test whether the molecules can react. If so, the reaction is made.
Definition at line 55 of file G4DNAMolecularReaction.hh.
G4DNAMolecularReaction::G4DNAMolecularReaction | ( | ) |
Default constructor
Definition at line 47 of file G4DNAMolecularReaction.cc.
|
virtual |
Default destructor
Definition at line 57 of file G4DNAMolecularReaction.cc.
G4DNAMolecularReaction::G4DNAMolecularReaction | ( | const G4DNAMolecularReaction & | other | ) |
Copy constructor
other | Object to copy from |
Definition at line 63 of file G4DNAMolecularReaction.cc.
|
virtual |
Will generate the products of the two given tracks
Implements G4VITReactionProcess.
Definition at line 149 of file G4DNAMolecularReaction.cc.
G4DNAMolecularReaction & G4DNAMolecularReaction::operator= | ( | const G4DNAMolecularReaction & | other | ) |
Assignment operator
other | Object to assign from |
Definition at line 74 of file G4DNAMolecularReaction.cc.
|
inline |
Definition at line 102 of file G4DNAMolecularReaction.hh.
|
inline |
|
inline |
Definition at line 107 of file G4DNAMolecularReaction.hh.
|
virtual |
Given two tracks, it tells you whether they can react
Implements G4VITReactionProcess.
Definition at line 87 of file G4DNAMolecularReaction.cc.
|
protected |
Definition at line 98 of file G4DNAMolecularReaction.hh.
Referenced by G4DNAMolecularReaction(), MakeReaction(), operator=(), and TestReactibility().
|
protected |
Definition at line 94 of file G4DNAMolecularReaction.hh.
Referenced by G4DNAMolecularReaction(), MakeReaction(), operator=(), and TestReactibility().
|
protected |
Definition at line 95 of file G4DNAMolecularReaction.hh.
Referenced by G4DNAMolecularReaction(), SetReactionModel(), and TestReactibility().
|
protected |
Definition at line 97 of file G4DNAMolecularReaction.hh.
Referenced by G4DNAMolecularReaction(), MakeReaction(), operator=(), and TestReactibility().
|
protected |
Definition at line 96 of file G4DNAMolecularReaction.hh.
Referenced by G4DNAMolecularReaction(), MakeReaction(), operator=(), SetVerbose(), and TestReactibility().