35#define INCLXX_IN_GEANT4_MODE 1
51 :theNucleus(n), particle1(p1), particle2(p2)
58 const G4int maxTries = 100000;
63 G4double x = 1232.+0.5*130.*y+ramass;
71 G4double q2=(y-1.157776E6)*(y-6.4E5)/y/4.0;
72 G4double q3=std::pow(std::sqrt(q2), 3.);
75 q2=(y-1.157776E6)*(y-6.4E5)/y/4.0;
76 q3=std::pow(std::sqrt(q2), 3.);
79 if (rndm > f3/f3max && (nTries < maxTries))
goto deltaProd101;
80 if(nTries >= maxTries) {
81 WARN(
"DeltaProductionChannel::sampleDeltaMass loop was stopped because maximum number of tries was reached. Delta mass " << x <<
" MeV with CM energy " << ecm <<
" MeV may be unphysical." << std::endl);
107 G4double xmdel = sampleDeltaMass(ecm);
110 if (pnorm <= 0.0) pnorm=0.000001;
114 if (rndm < 0.5) index=1;
117 if (rndm < 0.5) index2=1;
124 b=(5.287/(1.+std::exp((1.3-x)/0.05)))*1.e-6;
126 b=(4.65+0.706*(x-1.4))*1.e-6;
130 G4double ctet=1.0+std::log(1.-rndm*(1.-std::exp(-2.*xkh)))/xkh;
131 if(std::abs(ctet) > 1.0) ctet =
Math::sign(ctet);
132 G4double stet = std::sqrt(1.-ctet*ctet);
143 if (xx >= zz*1.e-8) {
159 xp1 = (ex[0]*cfi*stet+ey[0]*sfi*stet+ez[0]*ctet)*pnorm;
160 xp2 = (ex[1]*cfi*stet+ey[1]*sfi*stet+ez[1]*ctet)*pnorm;
161 xp3 = (ex[2]*cfi*stet+ey[2]*sfi*stet+ez[2]*ctet)*pnorm;
168 G4double e3 = std::sqrt(xp1*xp1+xp2*xp2+xp3*xp3
207 is1=3*is1*m1-(1-m1)*is1;
208 is2=3*is2*m2-(1-m2)*is2;
virtual ~DeltaProductionChannel()
FinalState * getFinalState()
DeltaProductionChannel(Particle *, Particle *, Nucleus *)
void addModifiedParticle(Particle *p)
static G4double totalEnergyInCM(Particle const *const p1, Particle const *const p2)
static G4double momentumInLab(Particle const *const p1, Particle const *const p2)
gives the momentum in the lab frame of two particles.
static G4double momentumInCM(Particle const *const p1, Particle const *const p2)
gives the momentum in the CM frame of two particles.
static const G4double effectiveDeltaDecayThreshold
static const G4double effectiveNucleonMass2
static G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
static const G4double effectiveNucleonMass
void setMass(G4double mass)
void setHelicity(G4double h)
const G4INCL::ThreeVector & getMomentum() const
virtual void setMomentum(const G4INCL::ThreeVector &momentum)
G4INCL::ParticleType getType() const
void setEnergy(G4double energy)
void setType(ParticleType t)
G4bool isDelta() const
Is it a Delta?