README.txt 420 Bytes
Newer Older
1
Application for convertation of binary files acquired by DRS4 to ROOT file.
2

3 4
1. read_binary.cpp complies within makefile (commaned make clean, then make in Neurad_test) and makes object file read_binary in current directory
2. To convert binary file to root file do:
5
./read_binary_DRS4 ../data/rawDataDSR4/input_file_name.dat ../data/rawDataDSR4/output_file_name.root
6 7 8
!both input and output files should be specified!