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
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
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
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
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
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-12
skip PMTs which weren't hit for the fast likelihood calculation
tlatorre
2018-10-01
update negative log likelihood for path coefficients
tlatorre
2018-10-01
loop over all normal PMTs when calculating the expected number of photons
tlatorre
2018-10-01
use the PMT response table to calculate the amount of reflected light
tlatorre
2018-10-01
add absorption length for acrylic
tlatorre
2018-09-26
speed up fast likelihood calculation
tlatorre
2018-09-26
speed up fast likelihood calculation
tlatorre
2018-09-25
update indirect scattering PDF start time
tlatorre
2018-09-25
update likelihood calculation to use PMT_TTS macro
tlatorre
2018-09-25
update integration bounds in likelihood calculation
tlatorre
2018-09-21
update likelihood function to include the probability of the path coefficients
tlatorre
2018-09-21
split up the track integral into two intervals
tlatorre
2018-09-20
don't include the OWL PMTs in the likelihood calculation
tlatorre
2018-09-18
speed likelihood calculation up a bit
tlatorre
2018-09-18
update CHARGE_FRACTION
tlatorre
2018-09-18
free memory from muon_energy struct
tlatorre
2018-09-17
fix bug in fast likelihood calculation
tlatorre
2018-09-17
update likelihood function to calculate time of flight of photons using get_p...
tlatorre
2018-09-17
update likelihood to calculate absorption length correctly
tlatorre
2018-09-17
update muon kinetic energy calculation
tlatorre
2018-09-13
add a function to compute log(n) for integer n
tlatorre
2018-09-13
speed things up by introducing a minimum ratio between probabilities
tlatorre
2018-09-12
small updates to speed things up
tlatorre
2018-09-11
update fast likelihood function to include the pmt response and absorption
tlatorre
2018-09-10
add a fast likelihood function
tlatorre
2018-09-04
add a function to return the kahan sum of an array
tlatorre
2018-08-31
add epsrel argument to likelihood function
tlatorre
[prev]
[next]