next up previous contents index
Next: Combined dE/dx estimation using Up: dE/dx Analysis Previous: Calculate dE/dx for Track   Contents   Index


Calculate dE/dx for Track ITK from TPC pads

\fbox {CALL QPADX(ITK,NHYP,RMASS,Q,RI,XNS,TL,RIEXP,SIGMA,IER)}

This routine is an ALPHA interface to the ALEPHLIB routine TPDHYP. Note that the user must check the return code IER before trying to use any of the output arguments.

Input arguments:

ITK
ALPHA track number of a charged reconstructed track.
NHYP
Number of hypotheses the user wishes to try. If NHYP=1, then RMASS, Q, RIEXP, and SIGMA may be scalar variables.
RMASS(nhyp)
Array of masses, one for each hypothesis.
Q(nhyp)
Array of charges, one for each hypothesis.

Output arguments:

RI
Measured ionization, normalized such that RI=1 corresponds to minimum ionizing.
XNS
Number of wires on the track (NOT integer!).
TL
Useful length of the track (cm).
RIEXP(nhyp)
Expected ionization for each mass hypothesis, normalized such that RIEXP=1 corresponds to minimum ionizing.
SIGMA(nhyp)
One standard deviation resolution error for each hypothesis. This is the expected dE/dx resolution, given XNS, TL, RIEXP, and the momentum resolution. Note that one can calculate a $ \chi^{2}_{}$ with 1 d.o.f. as: $ \chi^{2}_{}$ =((RI-RIEXP)/SIGMA)2.
IER
Error return code=0: successful return.


next up previous contents index
Next: Combined dE/dx estimation using Up: dE/dx Analysis Previous: Calculate dE/dx for Track   Contents   Index
Joel Closier
2000-02-07