21.4. PXD ROI Finding

Warning

This documentation is under construction!

21.4.1. PXD Data Reduction Modules

PXDROIFinder

This module performs the reduction of the PXD data output

Package

tracking

Library

libpxdDataReduction.so

Parameters
  • PXDInterceptListName (str, default=’’)

    name of the list of interceptions

  • ROIListName (str, default=’’)

    name of the list of ROIs

  • maxWidthU (float, default=0.5)

    upper limit on width of the ROI in the U local coordinate (cm)

  • maxWidthV (float, default=0.5)

    upper limit on width of the ROI in the V local coordinate (cm)

  • numSigmaTotU (float, default=10.0)

    number of sigmas (total) in the U local coordinate

  • numSigmaTotV (float, default=10.0)

    number of sigmas (total) in the V local coordinate

  • recoTrackListName (str, default=’’)

    name of the list of the fitted tracks

  • sigmaSystU (float, default=0.025)

    systematic sigma in the u local coordinate

  • sigmaSystV (float, default=0.025)

    systematic sigma in the V local coordinate

  • tolerancePhi (float, default=0.15)

    Tolerance by finding sensor in phi coordinate (radians).

  • toleranceZ (float, default=0.5)

    Tolerance by finding sensor in Z coordinate (cm).