Running Test Software
Main Page -> Control & Readout Software Documentation and Howto's -> Running Test Software
This is a guide for how to install and run the test software.
Software Function
The test software consists of multiple tests which aims to provide a classification of the ALPIDE chip and scripts needed to run the ALPIDE in a beam environment.
Install
Requires devtoolset-7 or higher, gcc 7.3 or higher.
The software requires installation of the pct-online software.
It also requires a working version of rootpy, the installation guide can be accessed at http://www.rootpy.org/install.html
Make sure you have installed all other requirements: https://wiki.uib.no/pct/img_auth.php/d/d5/Requirements.pdf
You need access to the project at https://git.app.uib.no/pct
Using a terminal in the location where you want to install the Test software:
<syntaxhighlight lang="bash"> $ git clone git@git.app.uib.no:pct/production_tests.git
$ cd production_tests
$ git checkout v2.0
$ pip3 install -r requirements.txt </syntaxhighlight>
You should now be able to use the test software.
Usage
The How to and usage for individual tests are listed in their dedicated pages linked below:
Tests
- Analog Scan
- Digital Scan
- Threshold Scan
- DTU Scans
- Register Test
- High Speed Link Test
- FIFO Test
- Slow Control Test
- Power Test
- PRBS Test
Data Taking
The test software can also be used to perform data taking. This information can be accessed here * Data Taking