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

1. g++ -o read_binary read_binary.cpp -lm `root-config --cflags --libs`
This compiles read_binary.cpp file and makes object file read_binary.
5
2. ./read_binary_DRS4 ./data/rawDataDSR4/file_name.dat
6 7 8
With the help of the object file it is possible to convert binary file .dat to file .root (which we call raw /home/dariak/NeuRad_tests/data/rawDataDSR4)
3. read_root.C 
This script reads raw file and make another file .root with simple analysis /home/dariak/NeuRad_tests/data/dataDSR4