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
2019-05-14
add --plot-likelihood option to fit
tlatorre
2019-05-13
update method for calculating expected number of photons from shower and delt...
tlatorre
2019-03-31
switch back to using subplex
tlatorre
2019-03-26
small fix to fit.c
tlatorre
2019-03-25
update rayleigh scattering calculation
tlatorre
2019-03-17
set a relative tolerance of 1e-2 on the optimization parameters in the fast fit
tlatorre
2019-03-16
add GPLv3 license
tlatorre
2019-03-16
switch to using SBPLX for the minimization
tlatorre
2019-03-07
update fit to automatically load DQXX file based on run number
tlatorre
2019-03-07
update code to allow you to run the fit outside of the src directory
tlatorre
2019-03-07
don't fix the position during the fast fit
tlatorre
2019-03-05
update quad() to not abort if the matrix is singular
tlatorre
2019-03-04
add a function to tag flasher events
tlatorre
2019-03-04
update fit to print gtid and nhit even if we skip the event
tlatorre
2019-03-04
add a --min-nhit command line argument
tlatorre
2019-03-04
update get_event() to handle events without a pmt bank link
tlatorre
2019-03-04
skip logical record if there is no EV bank
tlatorre
2019-03-04
skip reading in mcgn banks if there is no mc bank
tlatorre
2019-03-04
check that all links are nonzero
tlatorre
2019-01-15
fix a bug with getting the first MCTK bank
tlatorre
2019-01-15
update zebra library to be able to use links
tlatorre
2019-01-10
update find_peaks algorithm
tlatorre
2018-12-14
switch to using fit_event2() by default
tlatorre
2018-12-14
fix help string
tlatorre
2018-12-13
add some more comments and fix a memory leak
tlatorre
2018-12-13
add some comments
tlatorre
2018-12-13
update fit.c to fit multiple vertices
tlatorre
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
[next]