next up previous contents index
Next: Modifying ALPHA banks Up: Print routines Previous: Print decay tree of   Contents   Index


Create LATEX source of the decay tree of track ITK.

\fbox {CALL TXTREE (MOTHER,option)}

Input arguments:
MOTHER
ALPHA Track number where the tree will start.

option
if option='TRACK#' the ALPHA track number will be displayed as well as the particle names; otherwise only the particle code is displayed.

Output:

The output consists of a file with name txtree.tex, in the user's working directory on UNIX and on the SCWEEK area on AXAL.

Example of use of this routine :


C Find the ALPHA track number of a J/PSI :
      NPSI=KPDIR('JPSI',KMONTE) 
C  Find the mother of this J/Psi :
      MOTH=KMOTH(NPSI,1)
C Produce the tree with labels only :
      CALL TXTREE(MOTH,' ')
C Produce the tree with labels and track numbers :
      CALL TXTREE(MOTH,'TRACK#')



Joel Closier
2000-02-07