Update 'README.md'

This commit is contained in:
Ryan Tang 2022-10-13 15:08:21 -04:00
parent 8629861231
commit 7c7c4e8c62

View File

@ -3,8 +3,10 @@ The code uses two approaches to fit the experimental data with gamma distributio
1) find a0 + a2*P2 + a4*P4, then use a0 to search for mini delta, the mixing ratio 1) find a0 + a2*P2 + a4*P4, then use a0 to search for mini delta, the mixing ratio
2) fit the a0, delta, and sigma simultaniously. 2) fit the a0, delta, and sigma simultaniously.
#simply make to compile the ad++.cpp # simply make to compile the ad++.cpp
The settings and data are hard coded. The settings and data are hard coded.
#or, using root, load ad++.h as macro # or, using root, load ad++.h as macro
# for mac user, please use d71f18d branch