]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/README
Coverity 17737 solved by non-implemented private copy constructor and assignment...
[u/mrichter/AliRoot.git] / HLT / PHOS / README
CommitLineData
9b37718a 1See also the html folder for documentation.
2
3To compile make shure to set the ROOTSYS variable
4to point to your ROOT installation.
5
6then type "make".
7the executable "pftest" is intended to test and debug the
8Peakfinder algorithm. It also serves as an example of how to use
9the algorithm.
10
11PEAKFINDER HOW TO
12The Peakfinder vectors are found in the folder "PFVectors".
13The folder contains peafinder solution vectors for the most likely
14set of parameters. If a file does not exist for a given set of parameters
15then the PF vector must be supplied by the user.
16the file format is asci text and the name of the file identifies the content.
17The file name is on the format
18
19[startindex][number of samples][risetime][samplingrate in MHz].txt
20
21startindex:
22a startindex N means that the first sample of the subarray used for the
23reconstruction must correspond to a timedelay t0 in the
24range (N, N+1) sample intervals.
25
26N:
27the number of samples of the sub array.
28
29tau:
30Risetime in micro seconds
31
32fs:
33Sample rate in MHz
34
35
36
37