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.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pdg.c') diff --git a/src/pdg.c b/src/pdg.c index d6a2161..780fbc8 100644 --- a/src/pdg.c +++ b/src/pdg.c @@ -16,6 +16,9 @@ double get_scattering_rms(double x, double p, double beta, double z, double rho) * since the radiation length is only discussed in terms of an * electromagnetic shower induced by electrons (see Section 33.4.2). * + * Update: MicroBooNE uses this formula for muons in this paper: + * https://arxiv.org/abs/1703.06187. + * * See Equation 33.15 in * http://pdg.lbl.gov/2018/reviews/rpp2018-rev-passage-particles-matter.pdf. */ if (x == 0.0) return 0.0; -- cgit