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
2020-04-13
fit for up to 5 peaks
tlatorre
2020-04-13
update fit to fit each event twice with different quad quantiles
tlatorre
2020-04-13
update find_peaks algorithm
tlatorre
2020-04-13
add probability of a miscalibrated channel to the likelihood
tlatorre
2020-02-10
fix formula for calculating b for position distribution of light from electro...
tlatorre
2020-02-10
fix small memory leak in get_expected_photons()
tlatorre
2020-01-06
add ctrl-z handler to allow you to skip events
tlatorre
2019-12-12
update get_expected_photons()
tlatorre
2019-12-12
fix typo in bisect_energy() where I forgot to use the actual distance to the ...
tlatorre
2019-12-04
update submit-grid-jobs and cat-grid-jobs
tlatorre
2019-12-02
add another minimization step with SBPLX
tlatorre
2019-11-24
update get_expected_charge to not skip calculating the charge if the angle is...
tlatorre
2019-11-20
update PMT types for PMTs which disagree between snoman.ratdb and the PMT bank
tlatorre
2019-11-18
update get_expected_charge() to always use the index of refraction for d2o
tlatorre
2019-11-18
add a new test for the quad fitter
tlatorre
2019-11-18
clear any flags except for PMT_FLAG_DQXX in get_event()
tlatorre
2019-11-18
switch to using pt1 instead of the ptm
tlatorre
2019-11-18
switch to using twice the PSUP reflection time for the time PDF
tlatorre
2019-11-18
initialize mu_indirect to 0
tlatorre
2019-11-18
fix bug due to roundoff error in get_{delta_ray,shower}_weights()
tlatorre
2019-11-18
add nhit_cal to the HDF5 file
tlatorre
2019-11-18
size_t -> int in is_slot_early()
tlatorre
2019-11-18
fix bug in quad causing it to always return 0 when f was less than 1
tlatorre
2019-11-06
add a couple of improvements to the quad fitter and fix a bug in get_hough_tr...
tlatorre
2019-11-05
update guess_energy()
tlatorre
2019-09-30
update flasher cut to only check for normal PMTs
tlatorre
2019-09-30
update flasher cut
tlatorre
2019-09-30
write out run header info to the hdf5 file
tlatorre
2019-09-27
update the flasher cut
tlatorre
2019-09-26
update QVNHIT cut
tlatorre
2019-09-24
update zebra code to store location of MAST bank
tlatorre
2019-09-24
update breakdown cut to include a cut on the number of calibrated PMT hits
tlatorre
2019-09-24
update shower position distribution parameters for muons
tlatorre
2019-09-23
add sub_run variable to the events array in the HDF5 file
tlatorre
2019-09-23
update the ITC cut to use pt1 time
tlatorre
2019-09-21
update definition of nhit
tlatorre
2019-09-10
add best_uncal_q to the pmt_hit struct and use it in the muon cut
tlatorre
2019-09-09
fix typo in is_slot_early
tlatorre
2019-09-09
update muon cut
tlatorre
2019-09-09
update fit to allow t0 to be negative
tlatorre
2019-09-09
fix a gcc warning
tlatorre
2019-09-09
update is_slot_early() to hopefully catch more flashers
tlatorre
2019-09-09
add a first draft of a data cleaning cut to detect breakdown events
tlatorre
2019-09-09
add math header file to zdab_utils.c for fmin() and fmax()
tlatorre
2019-09-09
update get_event() to use the PMT types from the snoman.ratdb file
tlatorre
2019-09-09
use EHS instead of QHS in is_muon()
tlatorre
2019-09-09
lower QLX threshold from 4000 -> 1000 in is_flasher
tlatorre
2019-09-09
reset the PMT_FLAG_CHARGE bit in get_event()
tlatorre
2019-09-09
update fit and zdab-cat to skip ZDAB records
tlatorre
2019-09-09
add the --gtid command line option to zdab-cat
tlatorre
[next]