UCT-ALICE-TRD documentation

The physics department at the University of Cape Town is in possession of a Transition Radiation Detector (TRD), similar to those used on the ALICE experiment at CERN. This is a python project designed to make reading, processing, and visualising the data acquired from the TRD as easy and as extensible as possible.

This project was adapted from the initial pytrd code which can be found here. A new repository was created as the whole code structure changed.

Installation

PyTRD can be installed by downloading the pytrd file from the repository and placing it into the ‘Lib’ folder in the main Python directory.

PyTRD Classes

trdfile
Class that opens and processes the raw data received from the TRD.
trdevent
Class that manages the data for 1 single detection event.
visual
Class that contains tools for visualising TRD events.
linear
Class containing linear fitting tools.
DataFormatException
Raised when the data format is invalid.

DAQ System