next up previous contents
Next: Contents


SiPPCUser

H1 Silicon Tracker Power PC Hit Finding Routines

Version 2.1 Markus Kausch October 17, 1997


This document describes the code structure and the implementation of the ``User'' routines used for online data processing of the H1 Silicon strip detectors. Their task is to find the hits and to update the ``calibration constants'' periodically. During running they are called with every event by the main readout task. These routines are compiled separately from the main readout function and loaded to a fixed address in the PPC memory. The main routine then calls the the ``user'' task at that address.

Since the actual hitfinding strategies and algorithms for the different ``subdetectors'' of the H1 Silicon branch (that is CST, BST, and - in the near future - VLQ) are different, a common framework has been developped, which is layered between the main readout function and the specific routines.

In section 1 general remarks on the Silicon readout are made and the common framework is described. Section 2 describes the Routines for the CST, section 3 those for the BST.

For general information about the Silicon PowerPC data acquisition and about the main readout task refer to the manuals:

W.J.Haynes, SiPPCvmexi_SSP, H1 Silicon Tracker Power PC Readout - VMEtaxi Mark-2 System Software Package.
W.J.Haynes, SiVMExi, H1 Silicon Trackers: VMEtaxi Data Acquisition.


!! WORKING DOCUMENT - SUBJECT TO MODIFICATION !!





Markus Kausch
Fri Oct 17 13:45:07 MST 1997