Table of Contents
Home page of the software for the analysis of Catania Test beam results
Getting/compiling the code
Data currently is kept in /data1/TP/TestBeamRT on pcaen1.ing2.uniroma1.it To get it you need a valid account on that machine. Depending on what you need to do you can download the whole directory (it's huge!!! 4.2 GB) or only the code and the data you're intrested in. Raw data is kept in data/ directory Final root files (after reconstruction and analysis) are kept in results/
If you need to run the analysis program you need to:
- Issue a make clean command
- Issue a make -f makefile Analizer command (you should use makefile_mac on mac)
- Run the software trough ./Analizer -options
An example on how to run the reconstruction program on the full datasample is kept in processa*csh files.
Code structure
Files
Macros
In order to display results from the reconstructed data several macros are available. You can find them in the macro/ directory. Most of the names should be self explaining, but if you have any doubt, just ask.