LCD Fast MC Track Smear

Details

The track smear takes the MC truth (x,p) parameters for charged final state particles and, if they pass hard polar angle and minimum momentum cuts, will smear the parameters and construct a 'track'.

The 5-parameter tracking errors are calculated by two routines (one for cylindrical layers and the other for disks) based on the algorithm outlined by Pierre Billoir in NIM 225, p352, with one modification: Billoir's trick for avoiding repeated error matrix inversion is not used, because saving CPU cycles is not an issue for these calculations. In addition, some approximations have been made to avoid complexity:

  1. The track helix has been approximated by a parabola in the r/phi projection
  2. The track helix has been aproximated as a straight line in the r/z projection. Both of these become inaccurate as the angle subtended by the circular arc in the r/phi view becomes appreciable. Thus, calculated errors for tracks with momentum below 1 GeV/c or so are suspect.

The algorithm works from outside in, adding the measurement information and multiple scattering error to the weight and error matrices, respectively, layer by layer. For the cylindrical algorithm, material from disks can be included in the error calculation, but the algorithm is not capable of including measurements from disk layers. Likewise, for the disk algorithm, passive cylindrical layers can be included, by measurements from cylindrical layers can not. Both algorithms include the beam constraint (if requested) for the momentum, phi, and theta errors, but automatically exclude it for the r/phi and r/z impact errors.

Correlations between the tracking parameters are available from the algorithm, but have not been made available in the simulation package. The algorithm calculates tracking errors in a grid of total momentum and theta. The smearing routine in the simulation interpolates within (and exptrapolates without) this grid to estimate the track parameter errors for a given candidate track.

Properties

Code Description


R.Dubois Last modified: 01/13/04 12:45