Update 'FCNC Fitter'
parent
4f342c6e8f
commit
c171c5057c
@ -45,12 +45,12 @@ set(SPDLOG_INCLUDE_DIR_TWO "/yourPath/spdlog/include/spdlog/")
|
|||||||
Currently, the file structure is as follows:
|
Currently, the file structure is as follows:
|
||||||
|
|
||||||
* bu2kstarmumu.cc: The main
|
* bu2kstarmumu.cc: The main
|
||||||
* sources
|
* **sources**
|
||||||
* help.cc
|
* help.cc
|
||||||
* parse.cc
|
* parse.cc
|
||||||
* paths.cc
|
* paths.cc
|
||||||
* tests.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_generator.cc
|
||||||
* bu2kstarmumu_loader.cc
|
* bu2kstarmumu_loader.cc
|
||||||
* bu2kstarmumu_parameters.cc
|
* bu2kstarmumu_parameters.cc
|
||||||
@ -63,14 +63,14 @@ Currently, the file structure is as follows:
|
|||||||
* integrals.cc
|
* integrals.cc
|
||||||
* options.cc
|
* options.cc
|
||||||
* toystudy.cc
|
* toystudy.cc
|
||||||
* Helpers: Smaller utility functions, plotting functions
|
* **Helpers**: Smaller utility functions, plotting functions
|
||||||
* design.cc
|
* design.cc
|
||||||
* helpers.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
|
* constants.cc
|
||||||
* parameters.cc
|
* parameters.cc
|
||||||
* parameterscan.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
|
* angularcorr.cc
|
||||||
* backgroundfit.cc
|
* backgroundfit.cc
|
||||||
* feldman_cousins.cc (**Never used**)
|
* feldman_cousins.cc (**Never used**)
|
||||||
@ -83,7 +83,7 @@ Currently, the file structure is as follows:
|
|||||||
* multifit.cc (**Never used**)
|
* multifit.cc (**Never used**)
|
||||||
* pulls.cc
|
* pulls.cc
|
||||||
* toysfit.cc
|
* toysfit.cc
|
||||||
* Scripts: Smaller functions mostly used for plotting
|
* **Scripts**: Smaller functions mostly used for plotting
|
||||||
* EvaluateToys.cc
|
* EvaluateToys.cc
|
||||||
* GenLvlvsMC.cc
|
* GenLvlvsMC.cc
|
||||||
* GetMeanError.cc
|
* GetMeanError.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user