Update 'Running the FCNC fitter'

Renata Kopecná 2022-02-04 17:40:09 +01:00
parent 627d653c06
commit 544045f503

@ -1,3 +1,6 @@
# Running the FCNC fitter
The easiest way to run the FCNC fitter is to use the python wraper `run.py`. As the easiest way how to pass arguments to a C++ program is to use single letters, the python wrapper allows a nice quick conversion from running the cryptic C++ code The easiest way to run the FCNC fitter is to use the python wraper `run.py`. As the easiest way how to pass arguments to a C++ program is to use single letters, the python wrapper allows a nice quick conversion from running the cryptic C++ code
``` ```
@ -77,3 +80,7 @@ The mandatory parameters are -Run or -year, it will probably not crash immediate
| -loopFolds | --loopFolds | Evaluate all five foldings | | -loopFolds | --loopFolds | Evaluate all five foldings |
| -index \<index> | --index \<index> | Set index, used for various checks. | | -index \<index> | --index \<index> | Set index, used for various checks. |
| -test \<test> | --test \<test> | Test parameter, used when testing some new functionality in development. When !=-1, verbosity automatically on debug. | | -test \<test> | --test \<test> | Test parameter, used when testing some new functionality in development. When !=-1, verbosity automatically on debug. |
# Helper scripts running
**TODO**