Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | fix parsing of global trigger time from EV bank (it's stored as a double) | tlatorre | |
2019-06-10 | add a bunch of SNO data quality cuts | tlatorre | |
This commit adds the following data quality cuts used in SNOMAN: - neck - qvnhit - crate isotropy - junk Still need to test these. | |||
2019-05-23 | add zdab-cat | tlatorre | |
This commit adds a new program called zdab-cat which is kind of like fit, but just produces the YAML output without actually fitting anything. | |||
2019-03-16 | add GPLv3 license | tlatorre | |
2019-03-08 | fix some int -> floats in the PMT bank | tlatorre | |
2019-01-15 | update zebra library to be able to use links | tlatorre | |
This commit updates the zebra library files zebra.{c,h} so that it's now possible to traverse the data structure using links! This was originally motivated by wanting to figure out which MC particles were generated from the MCGN bank (from which it's only possible to access the tracks and vertices using structural links). I've also added a new test to test-zebra which checks the consistency of all of the next/up/orig, structural, and reference links in a zebra file. | |||
2018-09-19 | change output file format to YAML | tlatorre | |
2018-09-17 | add bitmasks for the mc track status word | tlatorre | |
2018-09-17 | add MC Track bank to zdab_utils | tlatorre | |
2018-08-14 | move everything to src directory | tlatorre | |