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-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-12
update the starting parameters
tlatorre
2018-09-11
only print the likelihood value once for each iteration during the "quick" mi...
tlatorre
2018-09-11
fix the energy and position when doing the "quick" minimizations
tlatorre
2018-09-11
switch order of expressions to avoid a valgrind warning
tlatorre
2018-09-11
update fast likelihood function to include the pmt response and absorption
tlatorre
2018-09-11
add absorption length
tlatorre
2018-09-11
update PMT_RADIUS to be the radius of the PMT concentrator
tlatorre
2018-09-11
add PMT response
tlatorre
2018-09-10
add a fast likelihood function
tlatorre
2018-09-09
fix bug in charge PDF calculation
tlatorre
2018-09-06
compute theta0 in path_init() to speed things up
tlatorre
2018-09-06
update theta0 calculation
tlatorre
2018-09-06
introduce a minimum value for the scattering RMS theta0
tlatorre
2018-09-04
update kinetic energy step size to 2% of initial kinetic energy guess
tlatorre
2018-09-04
add a function to return the kahan sum of an array
tlatorre
2018-09-04
update fit to guess energy, direction, and t0
tlatorre
2018-08-31
add muon critical energy for D2O
tlatorre
2018-08-31
start by doing a series of "quick" minimizations
tlatorre
2018-08-31
add epsrel argument to likelihood function
tlatorre
2018-08-31
update the lower bound for the energy in the fit
tlatorre
2018-08-31
update the criterion for the fit convergence
tlatorre
2018-08-31
update likelihood check to 1e-5 since that's what we pass to nlopt
tlatorre
2018-08-31
fit in a do while loop until the fit converges to the same likelihood value
tlatorre
2018-08-31
add option to save fit results to a text file
tlatorre
2018-08-31
update printf arguments to keep output aligned
tlatorre
2018-08-31
switch back to calling cquad just once to speed things up
tlatorre
2018-08-31
use interp1d() to interpolate path to speed things up
tlatorre
2018-08-31
add interp1d function to do fast interpolation when the x values are evenly s...
tlatorre
2018-08-31
compile with -O2 to speed things up
tlatorre
2018-08-31
rotate and translate the path in path_init to speed things up
tlatorre
2018-08-31
add theta0 argument to path_eval in test-path.c
tlatorre
2018-08-31
print out how long the likelihood function takes
tlatorre
2018-08-28
add path to the likelihood fit
tlatorre
2018-08-27
update tests since I switched to using the D2O muon tables from the PDG
tlatorre
2018-08-27
update code to use get_index_snoman* functions to calculate the index of refr...
tlatorre
2018-08-27
fix how multiple Coulomb scattering is treated
tlatorre
2018-08-27
add code to expand the track of a particle using a KL expansion
tlatorre
2018-08-14
fix ev pointer bug
tlatorre
2018-08-14
update pmt hit array in event struct to be MAX_PMTS long
tlatorre
2018-08-14
add lower and upper bounds for the fit parameters
tlatorre
2018-08-14
add function to fit event and clear event after each fit
tlatorre
2018-08-14
set stopping critera
tlatorre
2018-08-14
use the index of refraction from snoman when computing the angular PDF for ph...
tlatorre
2018-08-14
update the printf format string for the fit parameters
tlatorre
2018-08-14
update fit to use nlopt for minimization
tlatorre
2018-08-14
fix how the RMS scattering angle is calculated
tlatorre
2018-08-14
add refractive index for heavy and light water from snoman
tlatorre
[next]