diff --git a/FCNC-Fitter.md b/FCNC-Fitter.md index 2b271cb..e492d94 100644 --- a/FCNC-Fitter.md +++ b/FCNC-Fitter.md @@ -45,12 +45,12 @@ set(SPDLOG_INCLUDE_DIR_TWO "/yourPath/spdlog/include/spdlog/") Currently, the file structure is as follows: * bu2kstarmumu.cc: The main -* sources +* **sources** * help.cc * parse.cc * paths.cc * tests.cc - * Core: the core functions used in the FCNC fitter, where the calculations happen + * **Core**: the core functions used in the FCNC fitter, where the calculations happen * bu2kstarmumu_generator.cc * bu2kstarmumu_loader.cc * bu2kstarmumu_parameters.cc @@ -63,14 +63,14 @@ Currently, the file structure is as follows: * integrals.cc * options.cc * toystudy.cc - * Helpers: Smaller utility functions, plotting functions + * **Helpers**: Smaller utility functions, plotting functions * design.cc * helpers.cc - * Params: definition of constants, parameters used in the fit, their default values and boundaries + * **Params**: definition of constants, parameters used in the fit, their default values and boundaries * constants.cc * parameters.cc * parameterscan.cc - * Run: Functions that initialize the fit model and then perform the fit + * **Run**: Functions that initialize the fit model and then perform the fit * angularcorr.cc * backgroundfit.cc * feldman_cousins.cc (**Never used**) @@ -83,7 +83,7 @@ Currently, the file structure is as follows: * multifit.cc (**Never used**) * pulls.cc * toysfit.cc - * Scripts: Smaller functions mostly used for plotting + * **Scripts**: Smaller functions mostly used for plotting * EvaluateToys.cc * GenLvlvsMC.cc * GetMeanError.cc