Update 'BDTSelection'

Renata Kopecná 2022-01-24 18:07:46 +01:00
parent 5d5dab9809
commit e9be5b659e

@ -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