Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DNAWaterDissociationDisplacer.cc File Reference
#include "G4DNAWaterDissociationDisplacer.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4H2O.hh"
#include "G4H2.hh"
#include "G4Hydrogen.hh"
#include "G4Oxygen.hh"
#include "G4OH.hh"
#include "G4H3O.hh"
#include "G4Electron_aq.hh"
#include "G4H2O2.hh"
#include "Randomize.hh"
#include "G4Molecule.hh"
#include "G4MolecularConfiguration.hh"
#include "G4RandomDirection.hh"
#include "G4Exp.hh"
#include "G4UnitsTable.hh"
#include "G4EmParameters.hh"
#include "G4DNAOneStepThermalizationModel.hh"

Go to the source code of this file.

Functions

 G4CT_COUNT_IMPL (G4DNAWaterDissociationDisplacer, Ionisation_DissociationDecay) G4CT_COUNT_IMPL(G4DNAWaterDissociationDisplacer
 
A1B1_DissociationDecay G4CT_COUNT_IMPL (G4DNAWaterDissociationDisplacer, B1A1_DissociationDecay) G4CT_COUNT_IMPL(G4DNAWaterDissociationDisplacer
 
A1B1_DissociationDecay B1A1_DissociationDecay2 G4CT_COUNT_IMPL (G4DNAWaterDissociationDisplacer, AutoIonisation) G4CT_COUNT_IMPL(G4DNAWaterDissociationDisplacer
 
A1B1_DissociationDecay B1A1_DissociationDecay2 DissociativeAttachment G4CT_COUNT_IMPL (G4DNAWaterDissociationDisplacer, DoubleIonisation_DissociationDecay1) G4CT_COUNT_IMPL(G4DNAWaterDissociationDisplacer
 
A1B1_DissociationDecay B1A1_DissociationDecay2 DissociativeAttachment DoubleIonisation_DissociationDecay2 G4CT_COUNT_IMPL (G4DNAWaterDissociationDisplacer, DoubleIonisation_DissociationDecay3) G4CT_COUNT_IMPL(G4DNAWaterDissociationDisplacer
 
A1B1_DissociationDecay B1A1_DissociationDecay2 DissociativeAttachment DoubleIonisation_DissociationDecay2 TripleIonisation_DissociationDecay G4CT_COUNT_IMPL (G4DNAWaterDissociationDisplacer, QuadrupleIonisation_DissociationDecay) G4DNAWaterDissociationDisplacer
 

Function Documentation

◆ G4CT_COUNT_IMPL() [1/6]

A1B1_DissociationDecay B1A1_DissociationDecay2 G4CT_COUNT_IMPL ( G4DNAWaterDissociationDisplacer ,
AutoIonisation  )

◆ G4CT_COUNT_IMPL() [2/6]

A1B1_DissociationDecay G4CT_COUNT_IMPL ( G4DNAWaterDissociationDisplacer ,
B1A1_DissociationDecay  )

◆ G4CT_COUNT_IMPL() [3/6]

A1B1_DissociationDecay B1A1_DissociationDecay2 DissociativeAttachment G4CT_COUNT_IMPL ( G4DNAWaterDissociationDisplacer ,
DoubleIonisation_DissociationDecay1  )

◆ G4CT_COUNT_IMPL() [4/6]

A1B1_DissociationDecay B1A1_DissociationDecay2 DissociativeAttachment DoubleIonisation_DissociationDecay2 G4CT_COUNT_IMPL ( G4DNAWaterDissociationDisplacer ,
DoubleIonisation_DissociationDecay3  )

◆ G4CT_COUNT_IMPL() [5/6]

G4CT_COUNT_IMPL ( G4DNAWaterDissociationDisplacer ,
Ionisation_DissociationDecay  )

◆ G4CT_COUNT_IMPL() [6/6]

A1B1_DissociationDecay B1A1_DissociationDecay2 DissociativeAttachment DoubleIonisation_DissociationDecay2 TripleIonisation_DissociationDecay G4CT_COUNT_IMPL ( G4DNAWaterDissociationDisplacer ,
QuadrupleIonisation_DissociationDecay  )

Definition at line 92 of file G4DNAWaterDissociationDisplacer.cc.

142 :
143
144 ke(1.7*eV)
145/*#ifdef _WATER_DISPLACER_USE_KREIPL_
146 fFastElectronDistrib(0., 5., 0.001)
147#elif defined _WATER_DISPLACER_USE_TERRISOL_
148 fFastElectronDistrib(0., 100., 0.001)
149#endif*/
150{/*
151 fProba1DFunction =
152 std::bind((G4double(*)(G4double))
153 &G4DNAWaterDissociationDisplacer::ElectronProbaDistribution,
154 std::placeholders::_1);
155
156 size_t nBins = 500;
157 fElectronThermalization.reserve(nBins);
158 double eps = 1. / ((int) nBins);
159 double proba = eps;
160
161 fElectronThermalization.push_back(0.);
162
163 for (size_t i = 1; i < nBins; ++i)
164 {
165 double r = fFastElectronDistrib.Revert(proba, fProba1DFunction);
166 fElectronThermalization.push_back(r * nanometer);
167 proba += eps;
168// G4cout << G4BestUnit(r*nanometer, "Length") << G4endl;
169 }*/
171// SetVerbose(1);
172}
static G4EmParameters * Instance()
G4DNAModelSubType DNAeSolvationSubType() const