The data analysis tool page. Content:
A detailed description of the data analysis tool (by Thomas.Eichhorn@desy.de from 06.2015) is here Thomas-analysis_tool-manual.pdf. Two versions of the code (executable and header files for alibava) are in development : the Thomas' ver. (the code Thomas used for analysis in his thesis) and the git ver. (commited to the github version, was developed by Thomas and Eda, Eda.Yildirim@desy.de) /terms are suggested by Unknown User (kislerdm)/
The analysis is based on Marlin (Modular Analysis and Reconstruction for the LINear collider) tool with the use of EUtelescope code.
The jobs' processors description is below.
Three data types are being used for analysis:
- Alibava data file *.dat
- Alibava pedestal run *.ped
- telescope data file (includes the data from five telescope's Mimosa26 planes with/without the CMSPixRef plane) *.raw.
The command to run an analysis job :
jobsub -c {configfile_name}.cfg -csv {runlist_name}.csv {jobname} {run_number}
analysis step {jobname} = | analysis block |
---|---|
| Steps 1-4. pedestal data analysis {run_number} == number of the *.ped run Steps 5-8. alibava data analysis {run_number} = = number of the *.dat run Steps 9-10. telescope data analysis {run_number} = = number of the *.raw run Steps 11+. telescope+alibava combined data analysis {run_number} = = number of the *.dat run |