From 5aee77ba1552d0fe1900149c4409bdcad243b2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 4 Feb 2022 16:59:16 +0100 Subject: [PATCH] Update 'Running the FCNC fitter' --- Running-the-FCNC-fitter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Running-the-FCNC-fitter.md b/Running-the-FCNC-fitter.md index 602bc51..3d95772 100644 --- a/Running-the-FCNC-fitter.md +++ b/Running-the-FCNC-fitter.md @@ -45,7 +45,7 @@ The mandatory parameters are -Run or -year, it will probably not crash immediate | -year \ | --year \ | Run only on one year. | | -PHSP | --PHSP | Run on PHSP MC | | -Data | --Data | Run on Data | -| -Ref | --Ref | Run on reference channel (Jpsi Q2). Makes a cut on Q2, so it can be run also with the -Data or PHSP or other data samples | +| -Ref | --Ref | Run on reference channel (Jpsi Q2). Makes a cut on Q2, so it can be run also with the -Data or PHSP or other data samples. Automatically sets the number of Q2 bins to one. | | -MC | --MC | Run on signal MC | | -all | --all | Run on data, signal MC, reference MC and PHSP | | -allMC | --allMC | Run on signal MC, reference MC and PHSP | @@ -64,7 +64,7 @@ The mandatory parameters are -Run or -year, it will probably not crash immediate | -upper | --upper | Fit only upper-mass side-band. | | -lower | --lower | Fit only lower-mass side-band. | | -bin \, | --bin \ | Which angular bin would you like to fit? For detials see the [Q2 binning section](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Home#q2-binning). | -| -nBins \ | --nBins \ | Set total number q2 bins. For detials see the [Q2 binning section](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Home#q2-binning). | +| -nBins \ | --nBins \ | Set total number q2 bins. For detials see the [Q2 binning section](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Home#q2-binning). The available numbers of bins are 1, 2, 4 or 5 (or 8, however that is not properly implemented). When using the -Ref option, the number of bins is automatically set to be 1. | | -MagDown | --MagDown | Run only on MagDown (possibly broken, as it was not used) | | -MagUp | --MagUp | Run only on MagUp (possibly broken, as it was not used) | | -trueMC | --trueMC | Use MC true information, obsolete option, don't use |