diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/muon.h | 11 | ||||
-rw-r--r-- | src/sno.h | 2 |
2 files changed, 1 insertions, 12 deletions
@@ -19,17 +19,6 @@ #include <stddef.h> /* 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); @@ -32,7 +32,7 @@ #define AV_RADIUS_OUTER 606.00 #define AV_RADIUS 603.25 #define AV_THICKNESS 6.5 -/* FIXME: is this right? */ +/* Approximate radius of the PSUP in cm. */ #define PSUP_RADIUS 840.0 #endif |