hit_analyse_v2/Scripts_20170508
2021-01-25 12:39:07 +01:00
..
.gitkeep Add new directory 2021-01-25 12:00:10 +01:00
analyse all files first push 2021-01-25 12:39:07 +01:00
analyse.c all files first push 2021-01-25 12:39:07 +01:00
beammon.h all files first push 2021-01-25 12:39:07 +01:00
convert all files first push 2021-01-25 12:39:07 +01:00
convert.c all files first push 2021-01-25 12:39:07 +01:00
lhcbStyle.C all files first push 2021-01-25 12:39:07 +01:00
Makefile all files first push 2021-01-25 12:39:07 +01:00
Readme.txt all files first push 2021-01-25 12:39:07 +01:00
UV Scan.xlsx all files first push 2021-01-25 12:39:07 +01:00

These scripts are for the data on 2017.05.08

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