-
Notifications
You must be signed in to change notification settings - Fork 12
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
Tracking issue for displaced tracks and electron reconstruction efficiency #25
Comments
I gave you access to the aida files, with both values of /eos/user/g/gasadows/Output/TrackingPerformance/testREC_500mm_MCA01_aida.root /eos/user/g/gasadows/Output/TrackingPerformance/testREC_500mm_MCA05_aida.root |
Yes, as far as I can see from the files ( In the 0.1 case its only 6/87 tracks and in the 0.5 case it is 37/87 I am a bit surprised by the uneven number of 87 but I think this includes being in the detector acceptance and maybe one of the particles goes down the beamline... I would still like to check how this change influences the fake rate of tracking in more busy events before making this the new default but that will still take me a while. |
Hi @gaswk Can you plot the 3D distance between tracks and clusters? Maybe even split between tracks and clusters that were matched and unmatched clusters and tracks? |
Thanks! What is DeltaD? |
D = sqrt(X^2 + Y^2 + Z^2) |
It is |
|
That is not the 3D distance though. So if you could plot the DeltaD as I defined above? |
Thanks for the plot @gaswk ! There is not really any difference between the distribution, so the issue is probably elsewhere. |
After investigating the tracking issue, adjusting the parameters
MaxCellAngle
andMaxCellAngleRZ
to 0.5 (as opposed to 0.1), in thedisplaced step
, has significantly enhanced the reconstruction of displaced tracks (tested with displaced single particle). These conditions were frequently not met, leading to track not being reconstructed.The choice of the 0.5 value was somewhat arbitrary, and further optimisation is required.
However, despite this adjustment, an issue persists in properly reconstructing the Heavy Neutral Lepton (HNL) vertex with electron tracks. Interestingly, when considering all tracks in the event, the HNL vertex reconstruction aligns better with the expected distribution. What factors could be contributing to the reconstruction efficiency of electron?
1- Reconstructed vertex displacement (normalised to 1)
2- Comparison of Generated and reconstructed vertex displacement for
MaxCellAngle
,MaxCellAngleRZ
= 0.5, left reconstructed with electrons tracks and right with all tracks in the event3- Comparison of Generated and reconstructed vertex displacement
MaxCellAngle
,MaxCellAngleRZ
= 0.1, left reconstructed with electrons tracks and right with all tracks in the eventThe text was updated successfully, but these errors were encountered: