26#ifndef G4DNAUeharaScreenedRutherfordElasticModel_h
27#define G4DNAUeharaScreenedRutherfordElasticModel_h 1
40 const G4String& nam =
"DNAUeharaScreenedRutherfordElasticModel");
71 std::vector<G4double> betaCoeff;
72 std::vector<G4double> deltaCoeff;
73 std::vector<G4double> gamma035_10Coeff;
74 std::vector<G4double> gamma10_100Coeff;
75 std::vector<G4double> gamma100_200Coeff;
78 const std::vector<G4double>* fpWaterDensity;
95 std::vector<G4double>& vec);
122 if(threshold > 10. * CLHEP::keV)
125 "*** WARNING : the G4DNAUeharaScreenedRutherfordElasticModel class is "
126 "used above 10 keV !",
137 errMsg <<
"*** WARNING : "
138 <<
"G4DNAUeharaScreenedRutherfordElasticModel::SetKillBelowThreshold"
139 <<
"is deprecated, the kill threshold won't be taken into account";
142 "G4DNAUeharaScreenedRutherfordElasticModel::SetKillBelowThreshold",
150 errMsg <<
"*** WARNING : "
151 <<
"G4DNAUeharaScreenedRutherfordElasticModel::GetKillBelowThreshold"
152 <<
"is deprecated, the returned value is nonsense";
155 "G4DNAUeharaScreenedRutherfordElasticModel::GetKillBelowThreshold",
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
virtual void Initialise(const G4ParticleDefinition *, const G4DataVector &)
void SelectHighEnergyLimit(G4double threshold)
void SetKillBelowThreshold(G4double threshold)
virtual ~G4DNAUeharaScreenedRutherfordElasticModel()
void SelectFasterComputation(G4bool input)
G4ParticleChangeForGamma * fParticleChangeForGamma
virtual G4double CrossSectionPerVolume(const G4Material *material, const G4ParticleDefinition *p, G4double ekin, G4double emin, G4double emax)
virtual void SampleSecondaries(std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
G4double GetKillBelowThreshold()
void SetHighEnergyLimit(G4double)