Skip to content

Use ROOT function TLorentzVector::DeltaPhi() instead of own implementation #62

@HerrHorizontal

Description

@HerrHorizontal

It might be more convenient to use the ROOT function TLorentzVector::DeltaPhi() instead, if possible in

jnpf += GetTransverseAngleCosine(&jet->p4, &m_z.p4);
. For example:

jnpf += cos( jet->p4.DeltaPhi(&m_z.p4) );

Not sure though, if this is posible due to the various abstraction layers.

Originally posted by @HerrHorizontal in #60 (comment)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions