aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-fit-results
AgeCommit message (Collapse)Author
2019-06-05try to import CLoader if possible since it's *much* fastertlatorre
2019-03-26update plotting scripts to handle case when there is no fittlatorre
2019-03-16add GPLv3 licensetlatorre
2019-01-15update zebra library to be able to use linkstlatorre
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-11-30update plot-fit-results to handle masked arrays properlytlatorre
2018-11-25add a script to plot the fit results as a function of energytlatorre