Skip to content
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

Calculate alignment angles of different subsystems #9

Closed
spflueger opened this issue Mar 15, 2021 · 1 comment
Closed

Calculate alignment angles of different subsystems #9

spflueger opened this issue Mar 15, 2021 · 1 comment
Assignees

Comments

@spflueger
Copy link
Member

spflueger commented Mar 15, 2021

Once different subsystem have been identified between two topologies, the alignment angles for a Rotation that connects one with the other have to be computed from the four momentum information. So a function of the form

def calculate_alignment_angles(topology: Topology, reference: Topology) -> Tuple[float, float, float]:
    pass

has to be implemented. The return value are the three euler angles that "align" topology with reference.

See p.6, just before Eq. (37) of Marangotto, “Helicity Amplitudes for Generic Multi-Body Particle Decays Featuring Multiple Decay Chains”, 2020, 10.1155/2020/6674595.

@redeboer
Copy link
Member

Closed by #245 and #307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants