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-06-19
add data cleaning word and ftp, ftk, and rsp info to zdab-cat output
tlatorre
2019-06-19
add FTP, RSP, and FTK results to the output file
tlatorre
2019-06-16
fix type of nph in ev bank
tlatorre
2019-06-16
check the KPF_NO_CAL and KPF_BAD_CAL bits in get_event()
tlatorre
2019-06-16
assume the particle produces no light if it's outside the PSUP
tlatorre
2019-06-15
update test-find-peaks to work with SNOCR files
tlatorre
2019-06-15
add a bunch more data cleaning cuts from SNO
tlatorre
2019-06-15
update nll_best() so that we don't get negative psi values
tlatorre
2019-06-14
fix empty list item at top of YAML file
tlatorre
2019-06-14
add trigger word and trigger time in ns to the YAML file
tlatorre
2019-06-14
fix parsing of global trigger time from EV bank (it's stored as a double)
tlatorre
2019-06-14
set the maximum kinetic energy in the fit dynamically based on particle ID
tlatorre
2019-06-14
add comment about why we assume that SNOMAN gets the PMT types right
tlatorre
2019-06-14
add a function to compute a data cleaning word
tlatorre
2019-06-14
update flasher cut to use pt1 instead of ept
tlatorre
2019-06-14
forgot to add event.h
tlatorre
2019-06-14
flag hits with bad or railed charge
tlatorre
2019-06-14
get rid of gcc warning
tlatorre
2019-06-14
set the starting energy to MAX_ENERGY if it's greater
tlatorre
2019-06-14
add a function to compute the most likely number of PE given an observed charge
tlatorre
2019-06-13
add a data cleaning cut to tag incoming muons
tlatorre
2019-06-10
add a bunch of SNO data quality cuts
tlatorre
2019-06-10
update get_event() to include all PMT types
tlatorre
2019-06-06
add --gtid command line argument to test-find-peaks
tlatorre
2019-06-06
print out "loading DQXX ..." line to stderr
tlatorre
2019-06-06
update find_file() to use the environment variable DQXX_DIR
tlatorre
2019-06-02
fast_sqrt() -> sqrt()
tlatorre
2019-06-02
add is_flasher field to output
tlatorre
2019-06-02
update likelihood function to speed it up
tlatorre
2019-06-02
update get_probability() to take sin(theta) as an argument
tlatorre
2019-06-02
update likelihood to use fast_sqrt()
tlatorre
2019-06-02
add a fast sqrt function for values in between 0 and 1
tlatorre
2019-06-02
update find_peaks() to only return unique peaks
tlatorre
2019-06-02
add a test for fast_acos()
tlatorre
2019-05-29
update scattering.c to use interp2d() and interp1d() to speed things up
tlatorre
2019-05-29
add get_avg_index_{d2o,h2o} functions
tlatorre
2019-05-29
set step size on theta and phi to 0.1
tlatorre
2019-05-24
add a script to concatenate output from grid jobs
tlatorre
2019-05-24
add a script to submit jobs to the grid
tlatorre
2019-05-24
update sprintf_yaml_list()
tlatorre
2019-05-24
add a comment to get_theta0_min()
tlatorre
2019-05-24
several small updates to fit.c
tlatorre
2019-05-24
switch to using BOBYQA since it's faster
tlatorre
2019-05-24
change MAX_NPEAKS to 5
tlatorre
2019-05-24
don't do fast fit during quick minimization phase
tlatorre
2019-05-24
set THETA0_MIN to 1e-5
tlatorre
2019-05-23
write to stdout if no output file is specified
tlatorre
2019-05-23
add zdab-cat
tlatorre
2019-05-23
make float formatting consistent in sprintf_yaml_list()
tlatorre
2019-05-23
add 1e-10 to the angular pdfs to ensure that the CDF is strictly increasing
tlatorre
[next]