| 
    Geant4
    10.02.p03
    
   | 
 
#include <G4DNABornIonisationModel2.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< 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) | 
| G4DNABornIonisationModel2 & | operator= (const G4DNABornIonisationModel2 &right) | 
| G4DNABornIonisationModel2 (const G4DNABornIonisationModel2 &) | |
Private Attributes | |
| G4bool | fasterCode | 
| G4bool | statCode | 
| G4bool | spScaling | 
| const std::vector< G4double > * | fpMolWaterDensity | 
| G4VAtomDeexcitation * | fAtomDeexcitation | 
| G4double | fLowEnergyLimit | 
| G4double | fHighEnergyLimit | 
| const G4ParticleDefinition * | fParticleDef | 
| G4bool | isInitialised | 
| G4int | verboseLevel | 
| G4String | fTableFile | 
| G4DNACrossSectionDataSet * | fTableData | 
| G4DNAWaterIonisationStructure | waterStructure | 
| TriDimensionMap | fDiffCrossSectionData [6] | 
| TriDimensionMap | fNrjTransfData [6] | 
| std::vector< double > | fTdummyVec | 
| VecMap | fVecm | 
| VecMap | fProbaShellMap [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 G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 138 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 145 of file G4DNABornIonisationModel2.hh.
| G4DNABornIonisationModel2::G4DNABornIonisationModel2 | ( | const G4ParticleDefinition * | p = 0,  | 
        
| const G4String & | nam = "DNABornIonisationModel"  | 
        ||
| ) | 
Definition at line 45 of file G4DNABornIonisationModel2.cc.
      
  | 
  virtual | 
Definition at line 90 of file G4DNABornIonisationModel2.cc.
      
  | 
  private | 
      
  | 
  virtual | 
Reimplemented from G4VEmModel.
Definition at line 259 of file G4DNABornIonisationModel2.cc.
| double G4DNABornIonisationModel2::DifferentialCrossSection | ( | G4ParticleDefinition * | aParticleDefinition, | 
| G4double | k, | ||
| G4double | energyTransfer, | ||
| G4int | shell | ||
| ) | 
Definition at line 606 of file G4DNABornIonisationModel2.cc.
      
  | 
  virtual | 
Reimplemented from G4VEmModel.
Definition at line 776 of file G4DNABornIonisationModel2.cc.
      
  | 
  virtual | 
Implements G4VEmModel.
Definition at line 104 of file G4DNABornIonisationModel2.cc.
      
  | 
  private | 
Definition at line 686 of file G4DNABornIonisationModel2.cc.
      
  | 
  private | 
      
  | 
  private | 
Definition at line 750 of file G4DNABornIonisationModel2.cc.
      
  | 
  private | 
Definition at line 468 of file G4DNABornIonisationModel2.cc.
      
  | 
  private | 
Definition at line 826 of file G4DNABornIonisationModel2.cc.
Definition at line 786 of file G4DNABornIonisationModel2.cc.
      
  | 
  virtual | 
Implements G4VEmModel.
Definition at line 312 of file G4DNABornIonisationModel2.cc.
      
  | 
  inline | 
Definition at line 163 of file G4DNABornIonisationModel2.hh.
      
  | 
  inline | 
Definition at line 177 of file G4DNABornIonisationModel2.hh.
      
  | 
  inline | 
Definition at line 170 of file G4DNABornIonisationModel2.hh.
| G4double G4DNABornIonisationModel2::TransferedEnergy | ( | G4ParticleDefinition * | aParticleDefinition, | 
| G4double | incomingParticleEnergy, | ||
| G4int | shell, | ||
| G4double | random | ||
| ) | 
Definition at line 853 of file G4DNABornIonisationModel2.cc.
      
  | 
  private | 
Definition at line 93 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 101 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 140 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 104 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 103 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 141 of file G4DNABornIonisationModel2.hh.
      
  | 
  protected | 
Definition at line 89 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 106 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 98 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 148 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 113 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 112 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 143 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 147 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 108 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 95 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 94 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 109 of file G4DNABornIonisationModel2.hh.
      
  | 
  private | 
Definition at line 117 of file G4DNABornIonisationModel2.hh.