Most of the code is documented in considerable detail in the users manual
Download Users ManualEventually it would be nice to display the doxygen dynamically on this page however for now it has been compiled and can be found here
Browse DoxygenThe code structure can be a little bit confusing but it does have a logic behind it.
gammacombo contains all the public parts of the codecore gammacombotutorial gammacombo - this performs the LHCb, HFlav and PDG combinations of CKM angle γ In order to make your own combiner you will need to create your own subdirectory (following the strucutre above) and then inside this:
include src main CMakeLists.txt to instruct the compiler (copy the example from tutorial) ParametersAbs - the
header should go in the include directory and the implementation in the src
directory PDF_Abs - with the header and implementation
in include and src respecitively main directoryCMakeLists.txt file (just edit / uncomment the relevant lines given in the tutorial)