75 G4double G4SeltzerBergerModel::ylimit[] = {0.0};
76 G4double G4SeltzerBergerModel::expnumlim = -12.;
94 for(
size_t i=0; i<101; ++i) {
113 char* path = getenv(
"G4LEDATA");
118 for(
size_t i=0; i<numOfElm; ++i) {
121 else if(Z > 100) { Z = 100; }
124 if(
nullptr == dataSB[Z]) { ReadData(Z, path); }
136 return "/brem_SB/br";
141 void G4SeltzerBergerModel::ReadData(
G4int Z,
const char* path)
146 if(dataSB[Z]) {
return; }
147 const char* datadir = path;
150 datadir = getenv(
"G4LEDATA");
153 "Environment variable G4LEDATA not defined");
157 std::ostringstream ost;
159 std::ifstream fin(ost.str().c_str());
160 if( !fin.is_open()) {
162 ed <<
"Bremsstrahlung data file <" << ost.str().c_str()
163 <<
"> is not opened!";
165 ed,
"G4LEDATA version should be G4EMLOW6.23 or later.");
175 ylimit[
Z] = v->
Value(0.97, emaxlog, idx, idy);
178 ed <<
"Bremsstrahlung data file <" << ost.str().c_str()
179 <<
"> is not retrieved!";
181 ed,
"G4LEDATA version should be G4EMLOW6.23 or later.");
192 if(gammaEnergy < 0.0 ||
kinEnergy <= 0.0) {
return 0.0; }
220 if(xxx < expnumlim) { cross = 0.0; }
221 else { cross *=
G4Exp(xxx); }
242 if(cut >= emax) {
return; }
280 ((kineticEnergy > epeaklimit) || (kineticEnergy < elowlimit))) {
282 if(ylim > vmax) { vmax = ylim; }
284 if(x0 < 0.05) { vmax *= 1.2; }
288 static const G4int ncountmax = 100;
295 if(x < 0.0) { x = 0.0; }
296 gammaEnergy = sqrt(x);
297 G4double x1 = gammaEnergy/kineticEnergy;
304 G4double e2 = kineticEnergy - gammaEnergy;
308 if(xxx < expnumlim) { v = 0.0; }
309 else { v *=
G4Exp(xxx); }
312 if (v > 1.05*vmax && nwarn < 5) {
315 ed <<
"### G4SeltzerBergerModel Warning: Majoranta exceeded! "
316 << v <<
" > " << vmax <<
" by " << v/vmax
318 <<
" Egamma(MeV)= " << gammaEnergy
319 <<
" Ee(MeV)= " << kineticEnergy
323 ed <<
"\n ### G4SeltzerBergerModel Warnings stopped";
325 G4Exception(
"G4SeltzerBergerModel::SampleScattering",
"em0044",
329 if(v >= vmax*rndm[1]) {
break; }
344 vdp->push_back(gamma);
347 - gammaEnergy*gammaDirection).unit();
357 G4double finalE = kineticEnergy - gammaEnergy;
384 if(
nullptr == dataSB[Z]) { ReadData(Z); }
virtual ~G4SeltzerBergerModel()
void SetBicubicInterpolation(G4bool)
G4double SecondaryThreshold() const
void SetCurrentElement(G4int)
std::ostringstream G4ExceptionDescription
G4double GetKineticEnergy() const
G4SeltzerBergerModel(const G4ParticleDefinition *p=nullptr, const G4String &nam="eBremSB")
static constexpr double keV
G4VEmAngularDistribution * GetAngularDistribution()
static const G4double emaxlog
G4double LowestKinEnergy() const
#define G4MUTEX_INITIALIZER
const G4String & GetParticleName() const
virtual void InitialiseForElement(const G4ParticleDefinition *, G4int Z) override
const G4ParticleDefinition * particle
static constexpr double twopi
G4ParticleDefinition * theGamma
G4double Value(G4double x, G4double y, size_t &lastidx, size_t &lastidy) const
static size_t GetNumberOfElements()
virtual G4ThreeVector & SampleDirection(const G4DynamicParticle *dp, G4double finalTotalEnergy, G4int Z, const G4Material *)=0
const G4ThreeVector & GetMomentumDirection() const
void SetLowestKinEnergy(G4double)
static constexpr double MeV
void SetProposedKineticEnergy(G4double proposedKinEnergy)
virtual void SampleSecondaries(std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double cutEnergy, G4double maxEnergy) override
void SetProposedMomentumDirection(const G4ThreeVector &dir)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
virtual void Initialise(const G4ParticleDefinition *, const G4DataVector &) override
static const G4double emax
G4double G4Log(G4double x)
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
virtual void Initialise(const G4ParticleDefinition *, const G4DataVector &) override
virtual void SetupForMaterial(const G4ParticleDefinition *, const G4Material *, G4double) override
G4bool Retrieve(std::ifstream &fIn)
void SetLPMFlag(G4bool val)
T min(const T t1, const T t2)
brief Return the smallest of the two arguments
static constexpr double MeV
static const G4double epeaklimit
G4ParticleChangeForLoss * fParticleChange
std::vector< G4Element * > G4ElementTable
void ProposeTrackStatus(G4TrackStatus status)
void SetLowEnergyLimit(G4double)
static const G4double elowlimit
static constexpr double fine_structure_const
static G4ElementTable * GetElementTable()
static const G4double alpha
virtual void flatArray(const int size, double *vect)=0
static constexpr double keV
virtual G4double ComputeDXSectionPerAtom(G4double gammaEnergy) override
virtual G4String DirectoryPath() const
static constexpr double twopi
static constexpr double millibarn
const G4Element * SelectRandomAtom(const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
virtual G4double Value(const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)
const G4Material * GetMaterial() const