index
:
sddm
master
Code for the self-destructing dark matter search in SNO
Anthony LaTorre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-12-03
add a goodness of fit parameter psi to the fit
tlatorre
2018-11-30
sizeof()/sizeof() -> LEN()
tlatorre
2018-11-30
nll_muon -> nll and nll -> nopt_nll
tlatorre
2018-11-30
add ability to fit for multiple vertices
tlatorre
2018-11-28
update sno_charge.c
tlatorre
2018-11-27
add separate CHARGE_FRACTION variables for electrons and muons
tlatorre
2018-11-27
change PSUP_REFLECTION_TIME to 80 ns
tlatorre
2018-11-27
add rayleigh scattering
tlatorre
2018-11-27
a bunch of small changes to speed things up
tlatorre
2018-11-27
update dx_shower to 10 cm to speed things up
tlatorre
2018-11-26
update .gitignore
tlatorre
2018-11-26
update electron range tables
tlatorre
2018-11-25
add a separate `dx_shower` parameter for the spacing of the shower track inte...
tlatorre
2018-11-25
speed up fast likelihood calculation
tlatorre
2018-11-25
speed up particle init
tlatorre
2018-11-25
update likelihood to make sure we integrate over at least 100 points
tlatorre
2018-11-25
add shower photons to fast likelihood calculation
tlatorre
2018-11-21
add tests for norm() and norm_cdf()
tlatorre
2018-11-21
speed up normalize() and interp[12]d()
tlatorre
2018-11-17
add some comments
tlatorre
2018-11-17
add guess_time() function to approximate the PMT hit time
tlatorre
2018-11-17
speed up likelihood function and switch to using fixed dx
tlatorre
2018-11-14
update TODO and small updates to likelihood calculation
tlatorre
2018-11-14
speed up get_path_length() by not computing the norm twice
tlatorre
2018-11-14
update yaml format to store fit results as a dictionary indexed by the partic...
tlatorre
2018-11-14
fix some compiler warnings
tlatorre
2018-11-14
speed things up again
tlatorre
2018-11-14
speed things up by skipping zero values
tlatorre
2018-11-14
initialize static arrays
tlatorre
2018-11-11
update likelihood function to fit electrons!
tlatorre
2018-11-04
delete solid_angle_fast since it wasn't working
tlatorre
2018-10-21
set default number of points to 500
tlatorre
2018-10-21
add a fast solid angle approximation to speed up the fast likelihood calculation
tlatorre
2018-10-21
speed up get_total_charge_approx() by precomputing some variables
tlatorre
2018-10-21
fix use of uninitialized variables
tlatorre
2018-10-19
don't call path_init() when doing the fast likelihood calculation to speed th...
tlatorre
2018-10-19
add MIN_RATIO_FAST to speed up the "fast" likelihood calculation
tlatorre
2018-10-19
speed up get_total_charge_approx()
tlatorre
2018-10-19
epsrel -> npoints
tlatorre
2018-10-19
add interp2d() for fast bilinear 2D interpolation
tlatorre
2018-10-19
speed up sin_theta calculation by replacing sin(acos(cos_theta)) with sqrt(1-...
tlatorre
2018-10-19
update path integral to use a fixed number of points
tlatorre
2018-10-18
fix a bug in get_total_charge_approx()
tlatorre
2018-10-18
update path_init() to check for a divide by zero
tlatorre
2018-10-18
make sure that the kinetic energy is zero at the last step
tlatorre
2018-10-18
hardcode the density when computing dE/dx
tlatorre
2018-10-18
fix the likelihood function to return the *negative* log likelihood of the pa...
tlatorre
2018-10-18
update theta0 calculation to use the radiation length in light water
tlatorre
2018-10-18
update fit to fit for electrons and protons
tlatorre
2018-10-17
fix a bug in the theta0 calculation for a path
tlatorre
[next]