![]() |
MiniballSort
|
Sort code for Miniball data using the new FEBEX/MIDAS DAQ from the 2022 campaign onwards.
This sort code has been updated to take data from the MBS/FEBEX DAQ (.lmd files - 2022) and the MBS/DGF DAQ (.med files - 2001-2018). Not all features of the old DAQ have yet been implemented, but if you have an old data set that you would like to sort, make a request with the "issues" feature and we will try to implement your requirement.
There is a Wiki page for this code, giving some more detailed instructions of how to analyse data.
Please cite the code using the DOI if you use it for your publications: doi:10.5281/zenodo.7867979.
if you add the MiniballSort/bin to your PATH variable. You can also add MiniballSort/lib to your (DY)LD_LIBRARY_PATH too.
or
The input options are described below
You will need to have ROOT installed with a minumum standard that your compiler supports C++14. At the moment it works with v5 or v6, but let me know of any problems by raising an issue on GitHub. ROOT must be built with GSL library support, otherwise known as MathMore. To check this is true, you can type: root-config --has-mathmore and hope the response is yes. If it isn't, you will need to install the GSL libraries and reconfigure/rebuild ROOT.