From ceb609472547935b056911643564860190a0a165 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 16 Jul 2019 11:18:36 -0500 Subject: delete some unused #defines and add a comment to the PSUP radius --- src/muon.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/muon.h') diff --git a/src/muon.h b/src/muon.h index 8e1d39e..8b18fcc 100644 --- a/src/muon.h +++ b/src/muon.h @@ -19,17 +19,6 @@ #include /* for size_t */ -#define EULER_CONSTANT 0.57721 - -/* Number of photons in the range 200 nm - 800 nm generated per MeV of energy - * lost to radiation for electrons. - * - * FIXME: This is just a rough estimate, should use an energy dependent - * quantity from simulation. - * - * FIXME: Actually determine what this is. */ -#define MUON_PHOTONS_PER_MEV 7368.0 - double muon_get_max_energy(void); double muon_get_shower_photons(double T0, double rad); void muon_get_position_distribution_parameters(double T0, double *a, double *b); -- cgit