From 544045f503c99e2d70c37c2218a802fc84c3fdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 4 Feb 2022 17:40:09 +0100 Subject: [PATCH] Update 'Running the FCNC fitter' --- Running-the-FCNC-fitter.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Running-the-FCNC-fitter.md b/Running-the-FCNC-fitter.md index ecb47c8..f5c5254 100644 --- a/Running-the-FCNC-fitter.md +++ b/Running-the-FCNC-fitter.md @@ -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 ``` @@ -77,3 +80,7 @@ The mandatory parameters are -Run or -year, it will probably not crash immediate | -loopFolds | --loopFolds | Evaluate all five foldings | | -index \ | --index \ | Set index, used for various checks. | | -test \ | --test \ | Test parameter, used when testing some new functionality in development. When !=-1, verbosity automatically on debug. | + + +# Helper scripts running +**TODO**