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
Currently, clusters formed which get passed to graphicle.select.monte_carlo_tag() must be masks over the full four-momentum, without cuts to $p_T$ or $|\eta|$. This is enables a consistent view for the ParticleSet.final mask. Attempting to apply cuts to the momentum before clustering yields in a shape mismatch. Explore ways of resolving this.
Potential solutions:
add a parameter cuts, a mask representing the cuts made to the momentum
pass the momentum of the clustered particles, so direct correspondence to elements in full record becomes unnecessary
The text was updated successfully, but these errors were encountered:
Currently, clusters formed which get passed to$p_T$ or $|\eta|$ . This is enables a consistent view for the
graphicle.select.monte_carlo_tag()
must be masks over the full four-momentum, without cuts toParticleSet.final
mask. Attempting to apply cuts to the momentum before clustering yields in a shape mismatch. Explore ways of resolving this.Potential solutions:
cuts
, a mask representing the cuts made to the momentumThe text was updated successfully, but these errors were encountered: