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

Redundant normalisation factor when Blatt-Weisskopf is used as form factor? #261

Closed
redeboer opened this issue Apr 4, 2022 · 1 comment
Assignees
Labels
❗ Behavior Changes that may affect the framework output ❔ Question Discuss this matter in the team

Comments

@redeboer
Copy link
Member

redeboer commented Apr 4, 2022

Currently, BlattWeisskopfSquared is used in two places (see links for the math):

  1. as a ratio in EnergyDependentWidth, which implements PDG2021 Equation (50.28).
  2. as a form factor in lineshapes that also parametrise production processes, like relativistic_breit_wigner_with_ff(), which originates form Eqs. (50.23), (50.24), and (50.26).

Now, in Equation (50.27), Blatt-Weisskopf factors are not normalised (numerator is always 1), while AmpForm's BlattWeisskopfSquared is normalised (numerator goes as z^L and there is a factor that ensures B_L(1)=1). This is okay in 1., because the momentum ratio q/q₀ that appears in Eq. (50.28) is absorbed into the ratio of the two (normalised) BlattWeisskopfSquared factors and the normalisation constants cancel out. Similarly, for 2., BlattWeisskopfSquared essentially plays the rôle of na of Eq. (50.26) by absorbing (qa/q₀)^L. The only problem, though, is that the normalisation constant for higher L does not cancel out when BlattWeisskopfSquared is used as a form factor. This has an effect in the determination of the couplings through Eq. (50.24).1

The question is therefore, what to do about the normalisation constants for higher angular momenta when BlattWeisskopfSquared is used as a form factor for production processes?

Footnotes

  1. This is also relevant for the K-matrix, see e.g. Eq. (50.29).

@redeboer redeboer added ❔ Question Discuss this matter in the team ❗ Behavior Changes that may affect the framework output labels Apr 4, 2022
@redeboer redeboer modified the milestone: 0.14.0 Apr 4, 2022
@redeboer
Copy link
Member Author

redeboer commented Apr 7, 2022

Additional constant is indeed absorbed into 𝛼 of Equation (50.24).

@redeboer redeboer closed this as completed Apr 7, 2022
@redeboer redeboer self-assigned this Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ Behavior Changes that may affect the framework output ❔ Question Discuss this matter in the team
Projects
None yet
Development

No branches or pull requests

1 participant