Skip to content

Conversation

@shahor02
Copy link
Collaborator

The problem of missing ITS tracks in the low B-field run was due to the excessive application (in the unrelated loop) of the scaling factor <1 (real_field/5kG) to param.TrackletMinPt, leading to param.TrackletMinPt~0.
This PR fixes it by applying the factor only once, leading to improved reconstruction (compared to no scaling, red and blue on the plot below).

ITSlowField

@mpuccio still, it is not clear why setting the param.TrackletMinPt close to 0 leads to the loss of tracks. I guess it is related to lines

float oneOverR{0.001f * 0.3f * std::abs(mBz) / trkParam.TrackletMinPt};
for (unsigned int iLayer{0}; iLayer < mClusters.size(); ++iLayer) {
mMSangles[iLayer] = MSangle(0.14f, trkParam.TrackletMinPt, trkParam.LayerxX0[iLayer]);
, but not sure why.

@github-actions
Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1
async-2024-PbPb-apass2
async-2023-PbPb-apass5

@alcaliva alcaliva enabled auto-merge (squash) March 11, 2025 18:35
@shahor02 shahor02 disabled auto-merge March 11, 2025 19:58
@shahor02 shahor02 merged commit fc1fd7b into AliceO2Group:dev Mar 11, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant