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
/
fit.c
Age
Commit message (
Expand
)
Author
2018-12-04
don't quit when maxtime is reached
tlatorre
2018-12-04
fix bug
tlatorre
2018-12-04
add a command line parameter to control the maximum time of the fit
tlatorre
2018-12-04
set a stopping criterion of 1% for the fit parameters
tlatorre
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 rayleigh scattering
tlatorre
2018-11-27
update dx_shower to 10 cm 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-17
speed up likelihood function and switch to using fixed dx
tlatorre
2018-11-14
update yaml format to store fit results as a dictionary indexed by the partic...
tlatorre
2018-11-11
update likelihood function to fit electrons!
tlatorre
2018-10-21
set default number of points to 500
tlatorre
2018-10-19
epsrel -> npoints
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-06
prune output of mcvx and mctk banks
tlatorre
2018-10-05
epsrel = 1e-2 to speed up fit
tlatorre
2018-10-02
update optics to use LETA constants for the D2O phase
tlatorre
2018-10-01
flag PMTs with the KPF_DIS bit set
tlatorre
2018-09-25
increase maxeval to 20 for the "quick" minimization phase
tlatorre
2018-09-20
add particle id code to output file
tlatorre
2018-09-20
add git SHA1 hash to output file
tlatorre
2018-09-20
add time elapsed to the output file
tlatorre
2018-09-20
add a command line option to only fit the first event
tlatorre
2018-09-20
add absorption lengths for D2O and H2O weighted by the Cerenkov spectrum and ...
tlatorre
2018-09-19
change output file format to YAML
tlatorre
2018-09-18
stop fitting when the likelihood difference is less than 1e-2
tlatorre
2018-09-18
add free_charge() to free memory used to interpolate the charge distributions
tlatorre
2018-09-18
add a ctrl-c handler
tlatorre
2018-09-13
fix width formatting for t0
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
add PMT response
tlatorre
2018-09-10
add a fast likelihood function
tlatorre
2018-09-04
update kinetic energy step size to 2% of initial kinetic energy guess
tlatorre
2018-09-04
update fit to guess energy, direction, and t0
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
[prev]
[next]