aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2019-06-02use yaml.loader.SafeLoadertlatorre
2019-06-02fix another bug in submit-grid-jobstlatorre
2019-06-02use full path in submit-grid-jobstlatorre
2019-06-02update submit-grid-jobs to create a new directorytlatorre
2019-05-24add a script to concatenate output from grid jobstlatorre
2019-05-24add the template for condor submit files to submit-grid-jobstlatorre
2019-05-24add a script to submit jobs to the gridtlatorre
2019-05-14add --plot-likelihood option to fittlatorre
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-12-03update plottlatorre
2018-12-03add a goodness of fit parameter psi to the fittlatorre
2018-11-30update plot-fit-results to handle masked arrays properlytlatorre
2018-11-30rename plot.py -> plottlatorre
2018-11-25add a script to plot the fit results as a function of energytlatorre
2018-11-14update plot.py to plot the distribution of fit timestlatorre
2018-11-14update plot.pytlatorre
2018-11-14update plot.pytlatorre
2018-11-14update plot.py to plot the log likelihood ratiotlatorre
2018-11-14update yaml format to store fit results as a dictionary indexed by the ↵tlatorre
particle id
2018-10-22update plot.pytlatorre
2018-10-22update plot.py to plot the angular resolutiontlatorre
2018-10-11update plot.pytlatorre
- determine bin width using the Freedman Diaconis rule - print out error on the standard deviation
2018-10-03move python scripts into utils/ directorytlatorre