From ca2a9c2df4eb142f8d4b605e3334ce9bac691521 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 18 Oct 2018 09:37:49 -0500 Subject: update fit to fit for electrons and protons --- src/pdg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pdg.h') diff --git a/src/pdg.h b/src/pdg.h index ff62f7a..98046f5 100644 --- a/src/pdg.h +++ b/src/pdg.h @@ -4,7 +4,9 @@ #define SPEED_OF_LIGHT 29.9792458 /* cm/ns */ /* From http://pdg.lbl.gov/2017/AtomicNuclearProperties/HTML/water_liquid.html */ #define RADIATION_LENGTH 36.08 /* g/cm^2 */ +#define ELECTRON_MASS 0.5109989461 /* MeV */ #define MUON_MASS 105.6583745 /* MeV */ +#define PROTON_MASS 938.272081 /* MeV */ #define FINE_STRUCTURE_CONSTANT 7.297352566417e-3 double get_scattering_rms(double x, double p, double beta, double z, double rho); -- cgit