From e9be5b659ece49a6419adf719c55e9ee6a91988a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Mon, 24 Jan 2022 18:07:46 +0100 Subject: [PATCH] Update 'BDTSelection' --- BDTSelection.md | 52 ++++++++++++++++++------------------------------- 1 file changed, 19 insertions(+), 33 deletions(-) diff --git a/BDTSelection.md b/BDTSelection.md index 70bfefd..8ddd69f 100644 --- a/BDTSelection.md +++ b/BDTSelection.md @@ -1,45 +1,31 @@ This file contains functions that take the tuples produced in Ganga (aka stripped data) and applies further selection. The results are saved in the local folders defined in [[Paths.hpp|Paths]] ## Function parameters - * **string magnet** - + * **string magnet**\ Refers to the polarity of the sample, it is either "down" or "up" - * **string year** - + * **string year**\ Year of the sample, 2011, 2012, 2015, 2016, 2017 or 2018 - * **int Run** - + * **int Run**\ 1 or 2: Run 1 is 2011+2012, Run 2 is 2015+2016+2017+2018 - * **bool MC** - false = use data - + * **bool MC**\ + false = use data\ true = use MC - * **bool ReferenceChannel** - - false = use the signal Q2 region - + * **bool ReferenceChannel**\ + false = use the signal Q2 region\ true = use the Jpsi Q2 region - * **bool PHSP** - - false = do not use PHSP MC - - true = use PHSP MC - * **bool B0** - - false = do not use the B0toKstMuMu sample or B0toKstJpsi sample (depends on bool ReferenceChannel) - - true = use the B0toKstMuMu sample or B0toKstJpsi sample (depends on bool ReferenceChannel) - * **bool K1** - - false = do not use the B0toK1MuMu or B0toK1Jpsi sample (depends on bool ReferenceChannel) - - true = use the B0toK1MuMu or B0toK1Jpsi sample (depends on bool ReferenceChannel) - * **bool Inc** - - false = do not use the B0toXMuMu or B0toXJpsi sample (depends on bool ReferenceChannel) - - true = use the B0toXMuMu or B0toXJpsi sample (depends on bool ReferenceChannel) + * **bool PHSP**\ + false = do not use PHSP MC\ + true = use PHSP MC\ + * **bool B0**\ + false = do not use the B0toKstMuMu sample or B0toKstJpsi sample (depends on bool ReferenceChannel)\ + true = use the B0toKstMuMu sample or B0toKstJpsi sample (depends on bool ReferenceChannel)\ + * **bool K1**\ + false = do not use the B0toK1MuMu or B0toK1Jpsi sample (depends on bool ReferenceChannel)\ + true = use the B0toK1MuMu or B0toK1Jpsi sample (depends on bool ReferenceChannel)\ + * **bool Inc**\ + false = do not use the B0toXMuMu or B0toXJpsi sample (depends on bool ReferenceChannel)\ + true = use the B0toXMuMu or B0toXJpsi sample (depends on bool ReferenceChannel)\ # Functions