| 
    Geant4
    10.03
    
   | 
 
#include <G4DNAIonElasticModel.hh>
 Inheritance diagram for G4DNAIonElasticModel:
 Collaboration diagram for G4DNAIonElasticModel: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 | Theta (G4ParticleDefinition *aParticleDefinition, G4double k, G4double integrDiff) | 
| G4double | LinLogInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2) | 
| G4double | LogLogInterpolate (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) | 
| G4double | LinLinInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2) | 
| G4double | RandomizeThetaCM (G4double k, G4ParticleDefinition *aParticleDefinition) | 
| G4DNAIonElasticModel & | operator= (const G4DNAIonElasticModel &right) | 
| G4DNAIonElasticModel (const G4DNAIonElasticModel &) | |
Private Attributes | |
| G4bool | statCode | 
| const std::vector< G4double > * | fpMolWaterDensity | 
| G4double | killBelowEnergy | 
| G4double | lowEnergyLimit | 
| G4double | highEnergyLimit | 
| G4bool | isInitialised | 
| G4int | verboseLevel | 
| G4double | fParticle_Mass | 
| G4DNACrossSectionDataSet * | fpTableData | 
| TriDimensionMap | fDiffCrossSectionData | 
| std::vector< double > | eTdummyVec | 
| VecMap | eVecm | 
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 46 of file G4DNAIonElasticModel.hh.
      
  | 
  private | 
Definition at line 127 of file G4DNAIonElasticModel.hh.
      
  | 
  private | 
Definition at line 132 of file G4DNAIonElasticModel.hh.
| G4DNAIonElasticModel::G4DNAIonElasticModel | ( | const G4ParticleDefinition * | p = 0,  | 
        
| const G4String & | nam = "DNAIonElasticModel"  | 
        ||
| ) | 
Definition at line 46 of file G4DNAIonElasticModel.cc.
References eV, fParticle_Mass, fParticleChangeForGamma, fpMolWaterDensity, fpTableData, G4cout, G4endl, highEnergyLimit, killBelowEnergy, lowEnergyLimit, MeV, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), statCode, and verboseLevel.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 85 of file G4DNAIonElasticModel.cc.
References fpTableData.
      
  | 
  private | 
      
  | 
  virtual | 
Reimplemented from G4VEmModel.
Definition at line 248 of file G4DNAIonElasticModel.cc.
References cm, DBL_MAX, eV, FatalException, G4DNACrossSectionDataSet::FindValue(), fpTableData, G4cout, G4endl, G4Exception(), G4Material::GetIndex(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, killBelowEnergy, and verboseLevel.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 75 of file G4DNAIonElasticModel.hh.
References killBelowEnergy.
      
  | 
  virtual | 
Implements G4VEmModel.
Definition at line 94 of file G4DNAIonElasticModel.cc.
References cm, eTdummyVec, eV, eVecm, FatalException, fDiffCrossSectionData, G4ParticleTable::FindParticle(), fParticle_Mass, fParticleChangeForGamma, fpMolWaterDensity, fpTableData, G4cout, G4endl, G4Exception(), G4DNAGenericIonsManager::GetIon(), G4Material::GetMaterial(), G4VEmModel::GetParticleChangeForGamma(), G4ParticleTable::GetParticleTable(), highEnergyLimit, G4VEmModel::HighEnergyLimit(), G4DNAMolecularMaterial::Initialize(), G4DNAGenericIonsManager::Instance(), instance, G4DNAMolecularMaterial::Instance(), isInitialised, G4DNACrossSectionDataSet::LoadData(), lowEnergyLimit, G4VEmModel::LowEnergyLimit(), MeV, G4InuclParticleNames::proton, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), and verboseLevel.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 427 of file G4DNAIonElasticModel.cc.
Referenced by QuadInterpolator().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 439 of file G4DNAIonElasticModel.cc.
References d1, d2, and G4Exp().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 451 of file G4DNAIonElasticModel.cc.
References a.
      
  | 
  private | 
      
  | 
  private | 
Definition at line 465 of file G4DNAIonElasticModel.cc.
References LinLinInterpolate().
Referenced by Theta().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 498 of file G4DNAIonElasticModel.cc.
References eV, G4UniformRand, and Theta().
Referenced by SampleSecondaries().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements G4VEmModel.
Definition at line 303 of file G4DNAIonElasticModel.cc.
References fParticle_Mass, fParticleChangeForGamma, fStopAndKill, G4cout, G4endl, G4UniformRand, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), highEnergyLimit, killBelowEnergy, pi, G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChangeForGamma::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), RandomizeThetaCM(), G4ParticleChangeForGamma::SetProposedKineticEnergy(), statCode, and verboseLevel.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 148 of file G4DNAIonElasticModel.hh.
References statCode.
| void G4DNAIonElasticModel::SetKillBelowThreshold | ( | G4double | threshold | ) | 
Definition at line 508 of file G4DNAIonElasticModel.cc.
References eV, G4cout, G4endl, and killBelowEnergy.
      
  | 
  private | 
Definition at line 375 of file G4DNAIonElasticModel.cc.
References eTdummyVec, eVecm, fDiffCrossSectionData, and QuadInterpolator().
Referenced by RandomizeThetaCM().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 130 of file G4DNAIonElasticModel.hh.
Referenced by Initialise(), and Theta().
      
  | 
  private | 
Definition at line 133 of file G4DNAIonElasticModel.hh.
Referenced by Initialise(), and Theta().
      
  | 
  private | 
Definition at line 128 of file G4DNAIonElasticModel.hh.
Referenced by Initialise(), and Theta().
      
  | 
  private | 
Definition at line 99 of file G4DNAIonElasticModel.hh.
Referenced by G4DNAIonElasticModel(), Initialise(), and SampleSecondaries().
      
  | 
  protected | 
Definition at line 84 of file G4DNAIonElasticModel.hh.
Referenced by G4DNAIonElasticModel(), Initialise(), and SampleSecondaries().
      
  | 
  private | 
Definition at line 91 of file G4DNAIonElasticModel.hh.
Referenced by G4DNAIonElasticModel(), and Initialise().
      
  | 
  private | 
Definition at line 102 of file G4DNAIonElasticModel.hh.
Referenced by CrossSectionPerVolume(), G4DNAIonElasticModel(), Initialise(), and ~G4DNAIonElasticModel().
      
  | 
  private | 
Definition at line 95 of file G4DNAIonElasticModel.hh.
Referenced by CrossSectionPerVolume(), G4DNAIonElasticModel(), Initialise(), and SampleSecondaries().
      
  | 
  private | 
Definition at line 96 of file G4DNAIonElasticModel.hh.
Referenced by Initialise().
      
  | 
  private | 
Definition at line 93 of file G4DNAIonElasticModel.hh.
Referenced by CrossSectionPerVolume(), G4DNAIonElasticModel(), GetKillBelowThreshold(), SampleSecondaries(), and SetKillBelowThreshold().
      
  | 
  private | 
Definition at line 94 of file G4DNAIonElasticModel.hh.
Referenced by G4DNAIonElasticModel(), and Initialise().
      
  | 
  private | 
Definition at line 88 of file G4DNAIonElasticModel.hh.
Referenced by G4DNAIonElasticModel(), SampleSecondaries(), and SelectStationary().
      
  | 
  private | 
Definition at line 97 of file G4DNAIonElasticModel.hh.
Referenced by CrossSectionPerVolume(), G4DNAIonElasticModel(), Initialise(), and SampleSecondaries().