From 3a5207e94f870136cee0fe0389a8e702357cafb5 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Wed, 14 Aug 2019 16:53:31 -0500 Subject: [PATCH] reduced MS tail weight to realistic minimum value --- simc/shared/musc_with_tail.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simc/shared/musc_with_tail.f b/simc/shared/musc_with_tail.f index 1612cce..956cd60 100644 --- a/simc/shared/musc_with_tail.f +++ b/simc/shared/musc_with_tail.f @@ -34,7 +34,7 @@ C-_____________________________________________________________________ ! This factor adjust the total extra tail width of the wide gaussian ! --> 1.15 to 1.2 works well for the HRS spectrometers. Adjust as ! needed. - parameter(tail_factor=1.2) + parameter(tail_factor=1.0) ! Start out by calculating theta_sigma as in musc_pdg theta_sigma = Es/p/beta * sqrt(rad_len) * (1+epsilon*log10(rad_len/beta**2)) -- GitLab