MCNT NCD Track Incursion. ============================= Contact: D. Wark Revision History:- ================ 5.00 D. Wark First version. H.S. Wan Added mnemonics and removed unused words. N. West Add link to MCTK. Move __START_TIME add _THETA, _PHI. Description ----------- There is one MCNT for each charged track that passes through an individual NCD counter. Reference Links --------------- -4 -KMCNT_MCTK MCTK The MC track that produced this MCNT as it entered an NCD counter. -3 -KMCNT_MCNT MCNT The next track that contributes to the same MCNC -2 -KMCNT_MCNC MCNC The unamplified current bank this track incursion contributed to. Structural Links ---------------- -1 -KMCNT_MCNI MCNI The first ionisation segment of the track. 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) +1 I KMCNT_COUNTER_NO NCD Counter number. +2 I KMCNT_IDP Particle_ID_Code (id_particles.html). +3 F KMCNT_START_TIME Time since MC generation time at which the track was created. See +4 F KMCNT_START_PSX x coordinate of start point of track +5 F KMCNT_START_PSY y coordinate of start point of track +6 F KMCNT_START_PSZ z coordinate of start point of track +7 F KMCNT_THETA Theta of start point of track +8 F KMCNT_PHI Phi of start point of track note 1. Notes ----- 1) This word is single precision (time is usually stored in double precision) because the zebra routine ZSORT is used to arrange the MCNT banks in temporal order. ZSORT takes single precision arguments only.