Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-28 | fix some error handling in zebra.c | tlatorre | |
This commit updates the zebra code to properly handle all the errors from get_bytes(). I also updated fit and cat-zdab to not display the errors about the FTX banks by default unless you run them with the -v command line option. | |||
2019-06-25 | add ability to read gzipped zdab files | tlatorre | |
2019-03-16 | add GPLv3 license | tlatorre | |
2019-03-04 | fix a bug in zebra_read_next_logical_record() when the size is zero | 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-12-03 | fix test-zebra | tlatorre | |
2018-10-03 | add \n | tlatorre | |
2018-08-14 | move everything to src directory | tlatorre | |