This is a C++ version of the Fortran AD code. AD stands for angular distribution.
Go to file
2022-10-12 15:26:17 -04:00
.gitignore AD code in C++ with ROOT compatible 2022-10-11 18:47:31 -04:00
ad++.cpp pull out the functions to ad++.h, so that it can be loaded as root marco 2022-10-12 13:48:17 -04:00
ad++.h pull out the functions to ad++.h, so that it can be loaded as root marco 2022-10-12 13:48:17 -04:00
jSymbol.h AD code in C++ with ROOT compatible 2022-10-11 18:47:31 -04:00
makefile pull out the functions to ad++.h, so that it can be loaded as root marco 2022-10-12 13:48:17 -04:00
Qk.h simplify Qk.h 2022-10-12 15:26:17 -04:00
README.md add README.md 2022-10-11 18:52:39 -04:00

The code uses two approaches to fit the experimental data with gamma distribution .

  1. find a0 + a2P2 + a4P4, then use a0 to search for mini delta, the mixing ratio
  2. fit the a0 and delta directly .

#simply make

The settings and data are hard coded.