Skip to content
Snippets Groups Projects
Commit 3a5207e9 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

reduced MS tail weight to realistic minimum value

parent 4d86f9a7
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ C-_____________________________________________________________________ ...@@ -34,7 +34,7 @@ C-_____________________________________________________________________
! This factor adjust the total extra tail width of the wide gaussian ! 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 ! --> 1.15 to 1.2 works well for the HRS spectrometers. Adjust as
! needed. ! needed.
parameter(tail_factor=1.2) parameter(tail_factor=1.0)
! Start out by calculating theta_sigma as in musc_pdg ! 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)) theta_sigma = Es/p/beta * sqrt(rad_len) * (1+epsilon*log10(rad_len/beta**2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment