TikiWiki Assistant Thank you for installing TikiWiki!
Click the :: options in the Menu for more options. Please, also see TikiMovies for more setup details. |
History: NA software variablesPreview of version: 9 (current)There are really four sorts of variables, which are classified by what the array index means.
Array index is the detector. So for example, na.nd.n1.LT element 4 would be the the left time for detector N1-4. Class One Software Variables
The Array index runs over the channels with 'hits'. These are packed arrays, such that only channels that have information get saved. This would permit for space-savings (if the Class One variables were not saved), but also for multiple-hits per channel to be stored. The most basic TDC and ADC information is stored here as na.nd.{planename}.lthit_, na.nd.{planename}.rthit_, na.nd.{planename}.lahit_, and na.nd.{planename}.rahit_. Arrays with the same prefix (up to the _) are parallel; for example the entries na.nd.n1.lthit_time[3] and na.nd.n1.lthit_bar[3] correspond. The stored information is sorted by the channel number (most often bar-number). For example, na.nd.n1.hit_tof element 0 would be the tof? variable for the lowest detector number hit in plane N1. First-level reconstructed information, such as associating all the TDCs and ADCs of the detector element, is stored as 'na.nd.{planename}.hit_'. Class Two Software Variables
Array index is the hits, lowest index number is the hit that had the highest Energy Deposition. Array index size. This is just a the maximum array size for one of the array variables. For example, for na.nd.n1.lthit_time it would be the largest number of hits in N1 in a given event. These variables are in the form: Ndata.* where * is the arrayed variable. History |
Login Search
|