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

Add Relativistic Breit Wigner to TMath #9926

Closed
wants to merge 1 commit into from
Closed

Add Relativistic Breit Wigner to TMath #9926

wants to merge 1 commit into from

Commits on Jun 14, 2022

  1. Implemented relativistic version of breit wigner (non-relativistic ca…

    …se already exists in TMath).
    
    Define BreitWignerRelativistic(Double_t x, Double_t median=0, Double_t gamma=1) in TMath.h and then calculate in TMath.cxx, a similar non relativistic function BreitWigner already exists in the same location which was used as a template. A tutorial BreitWigner.C has been added in tutorials/math which produces plots comparing the non relativistic and relativistic case
    JackHLindon committed Jun 14, 2022
    Copy the full SHA
    07f10ce View commit details
    Browse the repository at this point in the history