Landau Distribution - Analytic Function

Dear mathematicians,

I have the following problem:
I fitted successfully data with a fit fuction of the form “exponential + Landau”.
Now I have a parametrization of my data and need to migrate this parametrization to fortran. But I can’t find an “easy” description of the Landau distribution part for my fit in ROOT. I already checked where ROOT gets the Landau distribution from and this is: “This function has been adapted from the CERNLIB routine G110 denlan.”, you can look it up here " http://cmd.inp.nsk.su/old/cmd2/manuals/cernlib/shortwrups/node151.html " or here page 226 " http://hep.fi.infn.it/cernlib.pdf ".

My question is: Is there an easy description for the Landau distribution OR a routine in fortran with can be used to get the same functional values as retrieved with ROOT (so I can use it with fortran)?

Best regards and many thanks,

Paul

You can simply use G110 routines from CERNLIB (which are actually written in Fortran).

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.