SND@LHC Software
|
Functions | |
rhoFormFactor (m) | |
energy (p, m) | |
penaltyFactor (m) | |
zeta (p, theta) | |
pTransverse (p, theta) | |
ptSquare (p, theta) | |
H (p, theta, mDarkPhoton) | |
wba (p, theta, mDarkPhoton, epsilon) | |
sigma (s) | |
es (p, mDarkPhoton) | |
sigmaRatio (p, mDarkPhoton) | |
dNdZdPtSquare (p, mDarkPhoton, theta, epsilon) | |
dPt2dTheta (p, theta) | |
dZdP (p, theta) | |
dNdPdTheta (p, theta, mDarkPhoton, epsilon) | |
pMin (mDarkPhoton) | |
pMax (mDarkPhoton) | |
prodRate (mDarkPhoton, epsilon, tmin=-0.5 *math.pi, tmax=0.5 *math.pi) | |
normalisedProductionPDF (p, theta, mDarkPhoton, epsilon, norm) | |
hProdPDF (mDarkPhoton, epsilon, norm, binsp, binstheta, tmin=-0.5 *math.pi, tmax=0.5 *math.pi, suffix="") | |
Variables | |
float | mProton = 0.938272081 |
int | protonEnergy = 400. |
protonMomentum = math.sqrt(protonEnergy*protonEnergy - mProton*mProton) | |
proton_bremsstrahlung.dNdPdTheta | ( | p, | |
theta, | |||
mDarkPhoton, | |||
epsilon | |||
) |
Differential A' rate per p.o.t. as a function of P and theta
Definition at line 125 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.dNdZdPtSquare | ( | p, | |
mDarkPhoton, | |||
theta, | |||
epsilon | |||
) |
Differential A' rate per p.o.t. as a function of Z and Pt^2
Definition at line 109 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.dPt2dTheta | ( | p, | |
theta | |||
) |
Jacobian Pt^2->theta
Definition at line 114 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.dZdP | ( | p, | |
theta | |||
) |
Jacobian z->p
Definition at line 120 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.energy | ( | p, | |
m | |||
) |
Compute energy from momentum and mass
Definition at line 34 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.es | ( | p, | |
mDarkPhoton | |||
) |
s(p,mA)
Definition at line 99 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.H | ( | p, | |
theta, | |||
mDarkPhoton | |||
) |
A kinematic term
Definition at line 61 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.hProdPDF | ( | mDarkPhoton, | |
epsilon, | |||
norm, | |||
binsp, | |||
binstheta, | |||
tmin = -0.5 * math.pi , |
|||
tmax = 0.5 * math.pi , |
|||
suffix = "" |
|||
) |
Histogram of the PDF for A' production in SHIP
Definition at line 165 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.normalisedProductionPDF | ( | p, | |
theta, | |||
mDarkPhoton, | |||
epsilon, | |||
norm | |||
) |
Probability density function for A' production in SHIP
Definition at line 160 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.penaltyFactor | ( | m | ) |
Penalty factor for high masses - dipole form factor in the proton-A' vertex
m in GeV
Definition at line 38 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.pMax | ( | mDarkPhoton | ) |
Definition at line 135 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.pMin | ( | mDarkPhoton | ) |
Definition at line 131 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.prodRate | ( | mDarkPhoton, | |
epsilon, | |||
tmin = -0.5 * math.pi , |
|||
tmax = 0.5 * math.pi |
|||
) |
dNdPdTheta integrated over p and theta
Definition at line 140 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.pTransverse | ( | p, | |
theta | |||
) |
Paraphoton transverse momentum in the lab frame
Definition at line 51 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.ptSquare | ( | p, | |
theta | |||
) |
Square paraphoton transverse momentum in the lab frame
Definition at line 56 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.rhoFormFactor | ( | m | ) |
From https://arxiv.org/abs/0910.5589
Definition at line 16 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.sigma | ( | s | ) |
Parametrisation of sigma(s)
Definition at line 84 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.sigmaRatio | ( | p, | |
mDarkPhoton | |||
) |
sigma(s') / sigma(s)
Definition at line 104 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.wba | ( | p, | |
theta, | |||
mDarkPhoton, | |||
epsilon | |||
) |
Cross section weighting function in the Fermi-Weizsaeker-Williams approximation
Definition at line 66 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.zeta | ( | p, | |
theta | |||
) |
Fraction of the proton momentum carried away by the paraphoton in the beam direction
Definition at line 46 of file proton_bremsstrahlung.py.
float proton_bremsstrahlung.mProton = 0.938272081 |
Definition at line 11 of file proton_bremsstrahlung.py.
int proton_bremsstrahlung.protonEnergy = 400. |
Definition at line 12 of file proton_bremsstrahlung.py.
proton_bremsstrahlung.protonMomentum = math.sqrt(protonEnergy*protonEnergy - mProton*mProton) |
Definition at line 13 of file proton_bremsstrahlung.py.