bank_pf
PF PMT flags list for all PMT hits. One for each event.
=============================================================
Contact: D. L. Wark, Oxford.
Revision History:-
================
1.03 N. West First version with revision history.
2.07 N. West Add mask of 1-bit fit flags KPF_FT_MASK.
3.02 N. West New bit: Crosstalk.
4.01 M. Boulay Added RSP status bits.
Description
-----------
A set of flags associated with the list of PMT hits for an event. The
flags serve to mark individual hits and control their processing e.g. exclude
from the fitter.
A set of Px (x = 1 or more letters) banks together describe all aspects of
the PMT list. These banks are synchronised i.e. entry i in each refers to the
same hit. The number of entries in the list is stored in:-
IQ(LPx-1) e.g. IQ(LPF-1)
The list is in no particular order and an individual PMT may appear more than
once if it receives multiple hits.
This is a "long skinny" bank, it's better to use the PMT bank.
See the FAQ: What is the difference between the Px banks and the PMT?
Reference Links
---------------
None.
Structural Links
----------------
None.
Status Bits
-----------
Note: Any status bit parameters are defined to work with bit functions such as
IAND and BTEST.
Data Words
----------
Data types: B(bit), I, F, D(double), H(hollerith 4 char)
+i I Set of 1-bit flags for ith hit in list. All undefined bits are
set to zero. The following bits are defined:-
Bit Meaning if Set
0 KPF_DIS Discard hit for all processing including fitting.
2 KPF_NOI Noise.
3 KPF_PRP Pre-pulse.
4 KPF_AFP After pulse.
5.. KPF_FT_MASK+i Discarded by fitter method i (i = 1,2..).
For description of fitter methods set the FTx bank.
26 KPF_XT Crosstalk.
29 KPF_RSP_OFFLINE Channel is off-line.
30 KPF_RSP_LOQ Channel has charge below software threshold.
31 KPF_RSP_OUTOFTIME Channel was outside of prompt window.
Go Back to the
Snoman Companion Top Page