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
2019-03-25
fix some more warnings pointed out by clang
tlatorre
2019-03-25
fix uninitialized variable
tlatorre
2019-03-25
fix delta ray charge calculation
tlatorre
2019-03-25
speed up likelihood function by not calling trapz()
tlatorre
2019-03-23
speed up the likelihood calculation by avoiding calls to acos()
tlatorre
2019-03-23
fix a bug in the absorption and scattering probabilities
tlatorre
2019-03-23
set CHARGE_FRACTION to 0.4 for both electrons and muons
tlatorre
2019-03-17
set a relative tolerance of 1e-2 on the optimization parameters in the fast fit
tlatorre
2019-03-17
update MIN_NPOINTS to 10 to speed things up
tlatorre
2019-03-17
add indirect light for fast likelihood calculation
tlatorre
2019-03-16
delete license header from pack2b.{c,h}
tlatorre
2019-03-16
add GPLv3 license
tlatorre
2019-03-16
switch to using SBPLX for the minimization
tlatorre
2019-03-08
remove -fsanitize=address from Makefile
tlatorre
2019-03-08
fix some int -> floats in the PMT bank
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
update comment in test_path()
tlatorre
2019-03-07
fix a bug in path_init() when the direction was equal to (0,0,1)
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
fix a bug in zebra_read_next_logical_record() when the size is zero
tlatorre
2019-03-04
speed up get_solid_angle_fast()
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
update run-fit so that you can ctrl-c it
tlatorre
2019-03-04
log(norm(...)) -> log_norm(...)
tlatorre
2019-03-04
check that all links are nonzero
tlatorre
2019-01-31
small updates to make sure we don't calculate nans
tlatorre
2019-01-29
normalize delta ray charge by total range
tlatorre
2019-01-29
add a function to compute the angular distribution normalization
tlatorre
2019-01-27
update find_peaks algorithm to subtract previous rings
tlatorre
2019-01-27
add photons from delta rays to likelihood calculation
tlatorre
2019-01-17
update test-find-peaks to test the first event
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
fix another bug in combinations_with_replacement()
tlatorre
2018-12-14
switch to using fit_event2() by default
tlatorre
2018-12-14
add a function to compute combinations with replacement
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 -fdiagnostics-color to Makefile
tlatorre
2018-12-13
add some comments
tlatorre
2018-12-13
update fit.c to fit multiple vertices
tlatorre
2018-12-13
update find_peaks_array() to return peaks in sorted order
tlatorre
[next]