22.9. SVD Variables#

22.9.1. SVD Variables by group#

List of SVD variables categorized by their respective groups.

SVD Validation#

CDCEventT0[source]#

Returns the best CDC-based event T0.

SVDClusterCharge(i)[source]#

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

SVDClusterChargeNormTrkLength(i)[source]#

Returns the cluster charge normalized to track length in SVD for the i-th SVD cluster related to the Particle.

SVDClusterSNR(i)[source]#

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

SVDClusterSize(i)[source]#

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

SVDClusterTime(i)[source]#

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

SVDClusterTimeMinusCDCEventT0(i)[source]#

Returns the cluster time minus the best CDC-based event T0 for the i-th SVD cluster related to the Particle.

SVDClusterTimeMinusEventT0(i)[source]#

Returns the cluster time minus the event T0 for the i-th SVD cluster related to the Particle.

SVDEventT0[source]#

Returns the best SVD-based event T0.

SVDLadder(i)[source]#

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

SVDLayer(i)[source]#

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

SVDResidual(i)[source]#

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

SVDSensor(i)[source]#

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

SVDSide(i)[source]#

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

SVDTrackPositionErrorUnbiased(i)[source]#

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

SVDTrackPrime(i)[source]#

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

SVDTruePosition(i)[source]#

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