|
Geant4
10.02.p03
|
#include <G4DNABornIonisationModel1.hh>
Protected Attributes | |
| G4ParticleChangeForGamma * | fParticleChangeForGamma |
Protected Attributes inherited from G4VEmModel | |
| G4ElementData * | fElementData |
| G4VParticleChange * | pParticleChange |
| G4PhysicsTable * | xSectionTable |
| const std::vector< G4double > * | theDensityFactor |
| const std::vector< G4int > * | theDensityIdx |
| size_t | idxTable |
Private Types | |
| typedef std::map< G4String, G4String, std::less< G4String > > | MapFile |
| typedef std::map< G4String, G4DNACrossSectionDataSet *, std::less< G4String > > | MapData |
| typedef std::map< double, std::map< double, double > > | TriDimensionMap |
| typedef std::map< double, std::vector< double > > | VecMap |
Private Member Functions | |
| G4double | RandomizeEjectedElectronEnergy (G4ParticleDefinition *aParticleDefinition, G4double incomingParticleEnergy, G4int shell) |
| G4double | RandomizeEjectedElectronEnergyFromCumulatedDcs (G4ParticleDefinition *aParticleDefinition, G4double incomingParticleEnergy, G4int shell) |
| G4double | Interpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2) |
| G4double | QuadInterpolator (G4double e11, G4double e12, G4double e21, G4double e22, G4double x11, G4double x12, G4double x21, G4double x22, G4double t1, G4double t2, G4double t, G4double e) |
| G4int | RandomSelect (G4double energy, const G4String &particle) |
| G4DNABornIonisationModel1 & | operator= (const G4DNABornIonisationModel1 &right) |
| G4DNABornIonisationModel1 (const G4DNABornIonisationModel1 &) | |
Private Attributes | |
| G4bool | fasterCode |
| G4bool | statCode |
| G4bool | spScaling |
| const std::vector< G4double > * | fpMolWaterDensity |
| G4VAtomDeexcitation * | fAtomDeexcitation |
| std::map< G4String, G4double, std::less< G4String > > | lowEnergyLimit |
| std::map< G4String, G4double, std::less< G4String > > | highEnergyLimit |
| G4bool | isInitialised |
| G4int | verboseLevel |
| MapFile | tableFile |
| MapData | tableData |
| G4DNAWaterIonisationStructure | waterStructure |
| TriDimensionMap | eDiffCrossSectionData [6] |
| TriDimensionMap | eNrjTransfData [6] |
| TriDimensionMap | pDiffCrossSectionData [6] |
| TriDimensionMap | pNrjTransfData [6] |
| std::vector< double > | eTdummyVec |
| std::vector< double > | pTdummyVec |
| VecMap | eVecm |
| VecMap | pVecm |
| VecMap | eProbaShellMap [6] |
| VecMap | pProbaShellMap [6] |
Additional Inherited Members | |
Protected Member Functions inherited from G4VEmModel | |
| G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
| G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
| virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy) |
| const G4MaterialCutsCouple * | CurrentCouple () const |
| void | SetCurrentElement (const G4Element *) |
Static Protected Attributes inherited from G4VEmModel | |
| static const G4double | inveplus = 1.0/CLHEP::eplus |
Definition at line 48 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 119 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 116 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 145 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 156 of file G4DNABornIonisationModel1.hh.
| G4DNABornIonisationModel1::G4DNABornIonisationModel1 | ( | const G4ParticleDefinition * | p = 0, |
| const G4String & | nam = "DNABornIonisationModel" |
||
| ) |
Definition at line 45 of file G4DNABornIonisationModel1.cc.
|
virtual |
Definition at line 86 of file G4DNABornIonisationModel1.cc.
|
private |
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 314 of file G4DNABornIonisationModel1.cc.
| double G4DNABornIonisationModel1::DifferentialCrossSection | ( | G4ParticleDefinition * | aParticleDefinition, |
| G4double | k, | ||
| G4double | energyTransfer, | ||
| G4int | shell | ||
| ) |
Definition at line 724 of file G4DNABornIonisationModel1.cc.
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 930 of file G4DNABornIonisationModel1.cc.
|
virtual |
Implements G4VEmModel.
Definition at line 105 of file G4DNABornIonisationModel1.cc.
|
private |
Definition at line 842 of file G4DNABornIonisationModel1.cc.
|
private |
|
private |
Definition at line 906 of file G4DNABornIonisationModel1.cc.
|
private |
Definition at line 586 of file G4DNABornIonisationModel1.cc.
|
private |
Definition at line 1008 of file G4DNABornIonisationModel1.cc.
|
private |
Definition at line 949 of file G4DNABornIonisationModel1.cc.
|
virtual |
Implements G4VEmModel.
Definition at line 409 of file G4DNABornIonisationModel1.cc.
|
inline |
Definition at line 175 of file G4DNABornIonisationModel1.hh.
|
inline |
Definition at line 189 of file G4DNABornIonisationModel1.hh.
|
inline |
Definition at line 182 of file G4DNABornIonisationModel1.hh.
| G4double G4DNABornIonisationModel1::TransferedEnergy | ( | G4ParticleDefinition * | aParticleDefinition, |
| G4double | incomingParticleEnergy, | ||
| G4int | shell, | ||
| G4double | random | ||
| ) |
Definition at line 1035 of file G4DNABornIonisationModel1.cc.
|
private |
Definition at line 147 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 148 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 161 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 153 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 158 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 94 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 102 of file G4DNABornIonisationModel1.hh.
|
protected |
Definition at line 90 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 99 of file G4DNABornIonisationModel1.hh.
Definition at line 105 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 111 of file G4DNABornIonisationModel1.hh.
Definition at line 104 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 150 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 151 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 162 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 154 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 159 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 96 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 95 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 120 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 117 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 112 of file G4DNABornIonisationModel1.hh.
|
private |
Definition at line 124 of file G4DNABornIonisationModel1.hh.