Using Recoil Information 101
Page maintainer: Sergey and Andreas
| Important note: This page has not yet been reviewed by Sasha B.! Use the information below with caution.
Other pages that have not been reviewed yet can be found in the category FORREVIEW. |
This page is intended for analyzers with running/working uDST analysis codes who want to use information from the recoil detector in addition.
Disclaimer: The following assumes that your running code is based on the c version of Hanna and you want to use the 07c1 or younger uDST productions.
Getting Ready
The recoil detector required the addition of several new tables in the uDST files. It is therefore also required to run your makeddl script over the corresponding ddl file in order to regenerate the CREOBJ.c and INITAP.c files as well as the header files. It is NOT enough to just copy header files from somewhere else.
You will also have to increase the size of the TAP by adjusting your makeddl script. Please replace the line starting with
for/set initap INITAP:
by
for/set initap INITAP:10000000
Important Reading
Make sure that you have read and understood the contents of the following Wiki pages:
- Recoil ADAMO Tables
Describes all tables, columns and relations between tables for both HRC/XTC and uDST data - Recoil Detector FAQ
Frequently Asked Questions concerning the recoil detector. Here you can find lots of usefull information for may be undocumented features. Please feel free to add content if you have solved a problem and think it might be a FAQ. - Recoil PID
Explains how the PID values are calculated and how they can be used in an analysis. - Recoil Analysis Page
Contains information about analysis methods, status and plans. Working page which is continuously changing.
If you do not understand something in these pages or something is not clearly written please contact maintainers of these particular pages.