Script for process RAW root files. 1) use command "make" or "make convertRawToAnalyzed" in folder Neurad_tests 2) in folder convertRawToAnalyzed use command: "./convertRawToAnalyzed infile ofile Asize" where is first parameter (TString infile) - path to the root file with rawData second parameter (TString ofile) - path to the root file with new data third parameter (Int_t Asize) - size of the of AEvent class object (1000 or 1024) Example: "./convertRawToAnalyzed ../data/rawDataTektronix/exp2.root ../data/dataTektronix/exp2.root 1000"