-
Notifications
You must be signed in to change notification settings - Fork 13
Optimization for pT5 building and for pLS-T5 cross cleaning needed #364
Comments
What are the definitions of eta and phi in each case ... and where is the cross-cleaning code (just for a quick reference)? These have to be done at the same reference point. |
TrackLooper/SDL/TrackCandidate.h Lines 304 to 387 in 50d8a25
The ΔR^2 I changed is here: TrackLooper/SDL/TrackCandidate.h Line 347 in 50d8a25
That's a good question, and one I will need to look around to answer, as the code is probably scattered throughout multiple files. If anyone knows off-hand, please come to the rescue, otherwise I will look for it within my day. |
Another idea about how we could deal with this issue is to run another linking iteration between the T5s and pLSs to be added in the TC collection with loosened selections compared to the original pT5 creation selections. |
Lately, I have been working on central configurations in CMSSW (|η| < 2.5). In this region, we expect that the LST does the full building job, i.e. efficiency and low fake+duplicate rate, without any additional CKF aid. The following plot shows 4 different configurations, all of which apply duplicate cleaning for pLS TCs and include only quad pLS TCs:
Comparing RED to ORANGE, it seems like there is an explosion of the fake+duplicate rate when the LST-only building is used. The breakdown shows that this is due to an increased duplicate rate. Pixel track plots show that the quad pLS, which are the only ones used here, have a very low duplicate rate. That means that the increased duplicate rate of LST comes from imperfect cross cleaning with OT objects.
The first suspect are T5s, so BLUE and BLACK compare configurations without T5. Ignoring the loss of efficiency, it is observed that the fake+duplicate rate (according to the breakdown, the latter) is decreased by a lot in this case, and in fact becomes better for LST-only building (BLUE) than the LST+CKF building (BLACK). This leads me to the following hypothesis:
We have a lot of pLS-T5 duplicates. When CKF is used to complement the building, the pLSs are merged in a single object with their duplicate T5s, hence dramatically reducing the duplicate rate. On top of that, even though the efficiency is similar in the LST-only and the LST+CKF configurations, tracks are on average longer and have better resolution in the latter case. All of this is supported by the MTV plots. This implies that the pT5 building in LST can be improved.
The following plot shows how the physics performance changes when the ΔR^2 value used for the pLS-T5 cross cleaning changes from the default of 0.001 to 0.01. That implies that there is possibly some room for optimization also in the cross cleaning step.
The text was updated successfully, but these errors were encountered: