SeanMcGrath / fadc-tools

Software for parsing/analyzing fADC125-generated root files.
0 stars 0 forks source link

fadc-tools

Software for parsing/analyzing fADC125-generated root files.

Installation

A complete ROOT install is required.

cd src

make

sudo make install

This will compile the fadc executable and its dependencies and install them in your system

Usage

This utility is accessed easily through the use of the fadc command. It uses this syntax:

fadc [...OPTIONS] COMMAND CHANNEL ROOT_FILE

For example:

fadc -p average view 13 220.root

This uses the average peak detection method to view the peak on channel 13 in the file 220.root.

Available Commands:

Available Options:

channel may be an integer fADC125 channel number (0-24), or all to display all the waveforms in the file regardless of channel.

ROOT_FILE is a data file from the fADC, converted to .root format.

TODO

Author

Written by Sean McGrath for UMass Physics with help from David Lawrence of JLab.