README.txt 554 Bytes
Newer Older
1
Application for convertation of binary files acquired by DRS4 to ROOT file.
2 3 4 5 6 7 8

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.
2. ./read_binary ./data/rawDataDSR4/file_name.dat
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