This group contains the TCYL pattern recognition data.
typedef struct
{
int itrack; /* tcyl track index */
int icyl; /* cylinder number (starting from 0) */
int ihit; /* index into the hits structure for that cylinder */
int ambiguity; /* ambiguity setting (+1, -1 or 0) */
int flags; /* these are the TCYL_HIT_F_xxxx flags (bit mapped) */
} tcylPatrec_hit_t;
/*
* This structure defines the GROUP_TCYL_PATREC group
*/
typedef struct
{
int nhits;
tcylPatrec_hit_t hits[1];
} tcylPatrec_hits_t;
tcyl_initPatrec
tcyl_doPatrec
xxx
xxx
This data group contains information about which TCYL hits correspond to which TCYL tracks.
Some hits associated with tracks might have no Z or Phi information. This might happen if the Z position of the hit cannot be reconstructed (ADC information is missing).
itrack: xxx
icyl: xxx
ihit: xxx
ambiguity: xxx
flags: xxx
xxx: xxx
xxx: xxx
xxx: xxx:
xxx