diff --git a/BDTSelection.md b/BDTSelection.md index 8ddd69f..e621710 100644 --- a/BDTSelection.md +++ b/BDTSelection.md @@ -3,16 +3,16 @@ This file contains functions that take the tuples produced in Ganga (aka strippe ## Function parameters * **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\ + 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\ @@ -20,10 +20,10 @@ This file contains functions that take the tuples produced in Ganga (aka strippe * **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)\ + * **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**\ + * **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)\