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.h
Age
Commit message (
Expand
)
Author
2020-04-13
add probability of a miscalibrated channel to the likelihood
tlatorre
2019-05-23
add 1e-10 to the angular pdfs to ensure that the CDF is strictly increasing
tlatorre
2019-05-13
update method for calculating expected number of photons from shower and delt...
tlatorre
2019-03-25
fix delta ray charge calculation
tlatorre
2019-03-23
set CHARGE_FRACTION to 0.4 for both electrons and muons
tlatorre
2019-03-17
update MIN_NPOINTS to 10 to speed things up
tlatorre
2019-03-16
add GPLv3 license
tlatorre
2019-01-27
add photons from delta rays to likelihood calculation
tlatorre
2018-12-14
switch to using fit_event2() by default
tlatorre
2018-12-13
update fit.c to fit multiple vertices
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-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-25
add a separate `dx_shower` parameter for the spacing of the shower track inte...
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
speed up likelihood function and switch to using fixed dx
tlatorre
2018-11-11
update likelihood function to fit electrons!
tlatorre
2018-10-19
add MIN_RATIO_FAST to speed up the "fast" likelihood calculation
tlatorre
2018-10-19
epsrel -> npoints
tlatorre
2018-10-19
update path integral to use a fixed number of points
tlatorre
2018-10-18
hardcode the density when computing dE/dx
tlatorre
2018-10-18
update fit to fit for electrons and protons
tlatorre
2018-10-02
update charge fraction to 0.5
tlatorre
2018-10-01
use the PMT response table to calculate the amount of reflected light
tlatorre
2018-09-21
increase MAX_PE to 10000
tlatorre
2018-09-18
update PMT TTS and dark rate from pmt_response.dat
tlatorre
2018-09-18
update CHARGE_FRACTION
tlatorre
2018-09-13
speed things up by introducing a minimum ratio between probabilities
tlatorre
2018-09-10
add a fast likelihood function
tlatorre
2018-08-31
add epsrel argument to likelihood function
tlatorre
2018-08-28
add path to the likelihood fit
tlatorre
2018-08-14
fix how the RMS scattering angle is calculated
tlatorre
2018-08-14
move everything to src directory
tlatorre