72 std::vector<G4double>* G4mplIonisationWithDeltaModel::dedx0 = 0;
81 beta2lim(betalim*betalim),
82 bg2lim(beta2lim*(1.0 + beta2lim))
85 if(nmpl > 6) { nmpl = 6; }
86 else if(nmpl < 1) { nmpl = 1; }
88 chargeSquare = magCharge * magCharge;
89 dedxlim = 45.*nmpl*nmpl*
GeV*
cm2/
g;
92 G4cout <<
"### Monopole ionisation model with d-electron production, Gmag= "
128 if(!dedx0) { dedx0 =
new std::vector<G4double>; }
133 if(n < numOfCouples) { dedx0->resize(numOfCouples); }
136 for(
G4int i=0; i<numOfCouples; ++i) {
142 (*dedx0)[i] = pi_hbarc2_over_mc2*eDensity*nmpl*nmpl*
160 G4double tau = kineticEnergy / mass;
174 if(beta >= betalim) {
175 dedx = ComputeDEDXAhlen(material, bg2, cutEnergy);
181 G4double dedx2 = ComputeDEDXAhlen(material, bg2lim, cutEnergy);
186 dedx = (kapa1*dedx1 + kapa2*dedx2)/(kapa1 + kapa2);
208 if(nmpl > 1) { k = 0.346; }
211 const G4double B[7] = { 0.0, 0.248, 0.672, 1.022, 1.243, 1.464, 1.685};
213 dedx += 0.5 * k - B[nmpl];
220 dedx *= pi_hbarc2_over_mc2 * eDensity * nmpl * nmpl;
222 if (dedx < 0.0) { dedx = 0; }
240 if(cutEnergy < maxEnergy) {
241 cross = (0.5/cutEnergy - 0.5/maxEnergy)*pi_hbarc2_over_mc2 * nmpl * nmpl;
274 if(minKinEnergy >= maxKinEnergy) {
return; }
280 G4double totEnergy = kineticEnergy + mass;
281 G4double etot2 = totEnergy*totEnergy;
282 G4double beta2 = kineticEnergy*(kineticEnergy + 2.0*mass)/etot2;
286 G4double deltaKinEnergy = minKinEnergy*maxKinEnergy
287 /(minKinEnergy*(1.0 - q) + maxKinEnergy*q);
290 G4double totMomentum = totEnergy*sqrt(beta2);
294 (deltaMomentum * totMomentum);
295 if(cost > 1.0) { cost = 1.0; }
297 G4double sint = sqrt((1.0 - cost)*(1.0 + cost));
301 G4ThreeVector deltaDirection(sint*cos(phi),sint*sin(phi), cost);
309 vdp->push_back(delta);
312 kineticEnergy -= deltaKinEnergy;
313 G4ThreeVector finalP = direction*totMomentum - deltaDirection*deltaMomentum;
314 finalP = finalP.
unit();
332 G4double twomeanLoss = meanLoss + meanLoss;
334 if(twomeanLoss < siga) {
338 x = (loss - meanLoss)/siga;
343 }
while (0.0 > loss || loss > twomeanLoss);
363 * electronDensity * chargeSquare;
ThreeVector shoot(const G4int Ap, const G4int Af)
G4IonisParamMat * GetIonisation() const
G4double LowEnergyLimit() const
G4ParticleChangeForLoss * GetParticleChangeForLoss()
G4mplIonisationWithDeltaModel(G4double mCharge, const G4String &nam="mplIonisationWithDelta")
virtual void SampleSecondaries(std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
G4double GetKineticEnergy() const
G4double HighEnergyLimit() const
virtual G4double Dispersion(const G4Material *, const G4DynamicParticle *, G4double tmax, G4double length)
virtual G4double ComputeCrossSectionPerElectron(const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy, G4double maxEnergy)
virtual G4double SampleFluctuations(const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmax, G4double length, G4double meanLoss)
void SetParticle(const G4ParticleDefinition *p)
virtual ~G4mplIonisationWithDeltaModel()
G4ParticleDefinition * GetDefinition() const
virtual G4double MaxSecondaryEnergy(const G4ParticleDefinition *, G4double kinEnergy)
void SetHighEnergyLimit(G4double)
const G4MaterialCutsCouple * CurrentCouple() const
G4GLOB_DLL std::ostream G4cout
size_t GetTableSize() const
G4double GetElectronDensity() const
const G4ThreeVector & GetMomentumDirection() const
virtual void Initialise(const G4ParticleDefinition *, const G4DataVector &)
Hep3Vector & rotateUz(const Hep3Vector &)
void SetProposedKineticEnergy(G4double proposedKinEnergy)
void SetProposedMomentumDirection(const G4ThreeVector &dir)
virtual G4double ComputeDEDXPerVolume(const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy)
G4double G4Log(G4double x)
virtual G4double ComputeCrossSectionPerAtom(const G4ParticleDefinition *, G4double kineticEnergy, G4double Z, G4double A, G4double cutEnergy, G4double maxEnergy)
static G4ProductionCutsTable * GetProductionCutsTable()
G4double DensityCorrection(G4double x)
G4double GetPDGMass() const
const G4MaterialCutsCouple * GetMaterialCutsCouple(G4int i) const
T max(const T t1, const T t2)
brief Return the largest of the two arguments
T min(const T t1, const T t2)
brief Return the smallest of the two arguments
G4double GetMeanExcitationEnergy() const
static G4Electron * Electron()
void SetLowEnergyLimit(G4double)
const G4Material * GetMaterial() const