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.

14 lines
729 B

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