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
/
likelihood.c
Age
Commit message (
Expand
)
Author
2019-07-16
multiply rayleigh scattering by 2 to account for the 50% PMT coverage
tlatorre
2019-06-16
assume the particle produces no light if it's outside the PSUP
tlatorre
2019-06-15
update nll_best() so that we don't get negative psi values
tlatorre
2019-06-14
get rid of gcc warning
tlatorre
2019-06-14
add a function to compute the most likely number of PE given an observed charge
tlatorre
2019-06-02
fast_sqrt() -> sqrt()
tlatorre
2019-06-02
update likelihood function to speed it up
tlatorre
2019-06-02
update get_probability() to take sin(theta) as an argument
tlatorre
2019-06-02
update likelihood to use fast_sqrt()
tlatorre
2019-05-29
add get_avg_index_{d2o,h2o} functions
tlatorre
2019-05-24
add a comment to get_theta0_min()
tlatorre
2019-05-23
add 1e-10 to the angular pdfs to ensure that the CDF is strictly increasing
tlatorre
2019-05-22
fix a bug in previous commit
tlatorre
2019-05-22
add a function to compute the number of shower photons for muons
tlatorre
2019-05-22
WATER_DENSITY -> HEAVY_WATER_DENSITY
tlatorre
2019-05-13
update method for calculating expected number of photons from shower and delt...
tlatorre
2019-03-26
forgot to add scattering from acrylic to get_expected_charge()
tlatorre
2019-03-26
add energy dependent number of shower photons
tlatorre
2019-03-26
small update to the charge likelihood calculation
tlatorre
2019-03-25
update rayleigh scattering calculation
tlatorre
2019-03-25
fix uninitialized variable
tlatorre
2019-03-25
fix delta ray charge calculation
tlatorre
2019-03-25
speed up likelihood function by not calling trapz()
tlatorre
2019-03-23
speed up the likelihood calculation by avoiding calls to acos()
tlatorre
2019-03-23
fix a bug in the absorption and scattering probabilities
tlatorre
2019-03-23
set CHARGE_FRACTION to 0.4 for both electrons and muons
tlatorre
2019-03-17
add indirect light for fast likelihood calculation
tlatorre
2019-03-16
add GPLv3 license
tlatorre
2019-01-31
small updates to make sure we don't calculate nans
tlatorre
2019-01-29
normalize delta ray charge by total range
tlatorre
2019-01-27
add photons from delta rays to likelihood calculation
tlatorre
2018-12-13
update fit.c to fit multiple vertices
tlatorre
2018-12-11
add a function to find peaks using a Hough transform
tlatorre
2018-12-03
add a goodness of fit parameter psi to the fit
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
add rayleigh scattering
tlatorre
2018-11-27
a bunch of small changes to speed things up
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-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
fix some compiler warnings
tlatorre
[next]