You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to the latest key4hep configuration, I observed a significant reduction in reconstructed displaced tracks. Previously, about 50% of tracks were reconstructed as displaced for my HNL files, but now only ~3k/100k tracks are reconstructed. This issue arose after I had to redo the simulation/reconstruction due to recent changes in key4hep, which rendered my older files (from May 2024) incompatible.
Also, there is a problem with the generated vertex displacment that is different, here is what I had before (first plot) for generated vertex displacement and what I have now (second plot):
I used the same hepmc files and changed MaxCellAngle as I did before as well in key4hep/CLDConfig#25.
I use the same function to get the vertex displacement:
I just spotted the issue—turns out the HepMC file path was hard-coded in the job submission code, which caused the one provided in the command line to be ignored. My fault!
After updating to the latest key4hep configuration, I observed a significant reduction in reconstructed displaced tracks. Previously, about 50% of tracks were reconstructed as displaced for my HNL files, but now only ~3k/100k tracks are reconstructed. This issue arose after I had to redo the simulation/reconstruction due to recent changes in key4hep, which rendered my older files (from May 2024) incompatible.
Also, there is a problem with the generated vertex displacment that is different, here is what I had before (first plot) for generated vertex displacement and what I have now (second plot):
I used the same hepmc files and changed
MaxCellAngle
as I did before as well in key4hep/CLDConfig#25.I use the same function to get the vertex displacement:
and in fccanalysis script:
The text was updated successfully, but these errors were encountered: