aboutsummaryrefslogtreecommitdiff
path: root/pdg.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdg.h')
-rw-r--r--pdg.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/pdg.h b/pdg.h
deleted file mode 100644
index ff62f7a..0000000
--- a/pdg.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PDG_H
-#define PDG_H
-
-#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 MUON_MASS 105.6583745 /* MeV */
-#define FINE_STRUCTURE_CONSTANT 7.297352566417e-3
-
-double get_scattering_rms(double x, double p, double beta, double z, double rho);
-
-#endif