data analysis scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Blake Leverington 6f25f8675f fixed folders 4 years ago
..
.gitkeep Add new directory 4 years ago
Makefile all files first push 4 years ago
Readme.txt all files first push 4 years ago
UV Scan.xlsx all files first push 4 years ago
analyse all files first push 4 years ago
analyse.c all files first push 4 years ago
beammon.h all files first push 4 years ago
convert all files first push 4 years ago
convert.c all files first push 4 years ago
lhcbStyle.C all files first push 4 years ago

Readme.txt

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