-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage of the TPC & ITS Standalone Track Parameters (and Track Time0) Together with the Combined Track for Fake Tagging and Track Reassociation #13293
Comments
Track PropagationThe track propagation will be performed using a simple propagation method (without material effects and in a homogeneous magnetic field). The primary purpose is to facilitate the relative encoding of track delta parameters as described above and retrieving the delta and track parameters later in the physics analysis.
|
Reference Radius SelectionThe MAE estimator for TPC-ITS delta parameters is used to define the optimal reference radius by comparing the track delta at different radii (50, 60, 70 cm). The resolution is dependent on the q/pt, with the optimum being influenced by their β * p_t:
From the q/pt fit, the optimal range is identified to be between 50-60 cm. Regarding the storage of combined track parameters, it is preferable to use a smaller radius, as detailed in the following comment. The radius must be fixed since it will not be stored in the table but only included in some metadata.
|
delta Q/pt MAE fit:
|
Data storage estimate - for Entropy for the data 2.7 bits for the pull using byte representation in range +-42 sigma3 bins:
|
Usage of the TPC & ITS Standalone Track Parameters (and Track Time0) Together with the Combined Track for Fake Tagging and Track Reassociation
The TPC and ITS standalone track parameters are by default not written to the AO2D, as the AO2D structure is optimized for output storage and physics analysis size. These parameters were not originally intended for systematic detector and reconstruction performance studies.
However, the TPC and ITS track parameters, and their deltas, can be very effectively used to improve the systematic and statistical error of the physics measurements. These measurements will be utilized in "simple" systematic track cut variations and also in advanced precise analysis using machine learning techniques.
Goal:
Proposed Implementation and Data Compression:
Propagation: TPC and ITS standalone tracks and the combined track are propagated to the reference radius (R_{\text{ref}}) (radius with minimal average delta parameters between ITS and TPC).
Normalized Delta: Store the normalized delta between the TPC+ITS parameters at this radius. This delta will later be used for "fake removal" and track splitting.
Error Normalization: Normalize deltas to the effective error of the track parameters determined by multiple scattering, space point error, and errors in alignment and calibration.
[ \text{error} \approx k_{\text{offset}} + \frac{k_{\text{slope}}}{\beta \times p_t} ]
Normalized Delta Calculation: Calculate the normalized delta between the average of TPC and ITS parameters and the combined track at the reference radius, utilizing a similar normalized error parameterization.
The text was updated successfully, but these errors were encountered: