FASTERAC PACKAGE

  • Installation
    • sudo apt install fasterac
  • Description
    • Minimal analysis library in C for FASTER DAQ System. The library contains the data formats (qdc, adc, ...), a file reader function and a buffer reader function. Different example codes show how to handle FASTER file, how to extract data or to create a Root tree.
    • The "faster_disfast" program supplied with the library, displays data from a FASTER file on the console.
    • "man faster_disfast" lists all information you need to know about this package.
  • Examples
    • How to list all the data with the label 421 in the "data_tst.fast" file
      • faster_disfast -l 421 data_tst.fast