22.9. SVD Variables#

22.9.1. SVD Variables by group#

List of SVD variables categorized by their respective groups.

SVD Validation#

SVDClusterCharge(i)#

Returns the charge of the i-th SVD cluster related to the Particle.

SVDClusterSNR(i)#

Returns the SNR of the i-th SVD cluster related to the Particle.

SVDClusterSize(i)#

Returns the size of the i-th SVD cluster related to the Particle.

SVDClusterTime(i)#

Returns the time of the i-th SVD cluster related to the Particle.

SVDLadder(i)#

Returns the ladder number of the i-th SVD cluster related to the Particle. If no SVD cluster is found, returns -1.

SVDLayer(i)#

Returns the layer number of the i-th SVD cluster related to the Particle. If no SVD cluster is found, returns -1.

SVDResidual(i)#

Returns the track residual of the i-th SVD cluster related to the Particle.

SVDSensor(i)#

Returns the sensor number of the i-th SVD cluster related to the Particle. If no SVD cluster is found, returns -1.

SVDSide(i)#

Returns true if the i-th SVD cluster related to the Particle is a U cluster.

SVDTrackPositionErrorUnbiased(i)#

Returns the unbiased track position error of the i-th SVD cluster related to the Particle.

SVDTrackPrime(i)#

Returns the tan of the incident angle projected on U/V of the i-th SVD cluster related to the Particle.

SVDTruePosition(i)#

Returns the true position of the i-th SVD cluster related to the Particle.