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
PrimaryVertexVisibleEnergyFraction should be equal to the total energy in the slice from the "primary vertex" / all energy of the slice. VertexVisibleEnergyFractionInSlice should be equal to all energy in slice from the primary vertex / total energy from the primary vertex. I don't think that's true anymore. This code is very specific to measuring the quality of the time slicer and so it doesn't care about U vs V differences. I tried looking at it but couldn't figure out what changes I need to make to get the right behavior
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. When I switched from One and Other to U and V, I searched the code for uses of 'One' and 'Other' and the part 'FromOtherVerticesInSlice' was found as well and I replaced it not thinking about whether I actually changed this initially (just too much stuff to replace).
I think what needs to be changed are the two VisibleEnergy lines. Please try to restore them to the original
The code in TMS_TreeWriter got a bit messed up when u and v differences were added. It original code read
But now it's:
PrimaryVertexVisibleEnergyFraction should be equal to the total energy in the slice from the "primary vertex" / all energy of the slice. VertexVisibleEnergyFractionInSlice should be equal to all energy in slice from the primary vertex / total energy from the primary vertex. I don't think that's true anymore. This code is very specific to measuring the quality of the time slicer and so it doesn't care about U vs V differences. I tried looking at it but couldn't figure out what changes I need to make to get the right behavior
The text was updated successfully, but these errors were encountered: