hit_analyse_v2/Scripts_20161201/Readme.txt
Blake Leverington 6f25f8675f fixed folders
2021-01-25 12:58:41 +01:00

15 lines
729 B
Plaintext

These scripts are for the data on 2016.11.26
1. The raw data of HIT and Fiber in csv format is converted into root tree with "./convert"
//"convert" is compiled form convert.c with MAKEFILE
//Before using it, please change the PATH for the HIT data and Fiber data in "convert.c", and the filename in MAKEFILE
2. Then analyse the data with "./analyse". The output is a root file with multiple histograms.
//"analyse" is compiled form analyse.c with MAKEFILE
//Before using it, please change the PATH for the root file in "analyse.c", and the filename in MAKEFILE
3. A PDF file is generated from the root file with command "root -q -b process.c"
It contains some histograms of the root file.