Update 'Standalone Scripts'

Renata Kopecná 2022-01-21 13:41:52 +01:00
parent 8aee3c3184
commit fe9a4471be

@ -22,6 +22,10 @@ Checks the Bplus and Kstar mass as well as the Q2 distributions from the inclusi
Checks the TRUEID of particles and plots possible sources of background in one plot. Selected data from the BtoXJpsi sample are used as input. Checks the TRUEID of particles and plots possible sources of background in one plot. Selected data from the BtoXJpsi sample are used as input.
# Multiple Candidates # Multiple Candidates
### testRunNumber.cpp
Check the number of double candidates using a pairing function from run and event number.
# Selection # Selection
@ -61,6 +65,16 @@ Script used to check the possible methods of Truth Matching.
* Compares the contribution of different gamma types in the angles. * Compares the contribution of different gamma types in the angles.
* Creates comparison plots for different ways how to Truth Match the data in the angles. * Creates comparison plots for different ways how to Truth Match the data in the angles.
### TMefficiency.cpp
Makes very pretty plots of truthmatching efficiencies using the pi0 mass. The script can perform TM efficiency study with different combinations of properties below.
* Different TM methods
* Different fits of the pi0 mass
* Different (re)weighting
* Efficiency for signal and for background
### PreselectionOptimizer.cpp ### PreselectionOptimizer.cpp
Quick short script that allows to add cuts on already preselected tuples. Quick short script that allows to add cuts on already preselected tuples.
@ -84,6 +98,12 @@ Standard output in data/MC/PHSP/Ref folder, year/run and preselection option in
Disclaimer: Probably leaky and not super-safe to you, so proceed with caution. Disclaimer: Probably leaky and not super-safe to you, so proceed with caution.
### sWeightSelection.cc
Loops over all `.root` files created by the MVA selection and adds some more kinematic, PID and other cuts. The tuples are saved in a new tuple.
# Resolution # Resolution
### PiZeroResolution.cpp ### PiZeroResolution.cpp
Checks the resolution of Bplus, Kstar, Kplus and pi0 in many kinematical variables and the angles. Also creates residual and pull plots. Checks the resolution of Bplus, Kstar, Kplus and pi0 in many kinematical variables and the angles. Also creates residual and pull plots.