From fe9a4471be2896175dce4e1557acbfcaef955087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 21 Jan 2022 13:41:52 +0100 Subject: [PATCH] Update 'Standalone Scripts' --- Standalone-Scripts.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Standalone-Scripts.md b/Standalone-Scripts.md index 9525f48..6a48ee1 100644 --- a/Standalone-Scripts.md +++ b/Standalone-Scripts.md @@ -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. # Multiple Candidates +### testRunNumber.cpp + +Check the number of double candidates using a pairing function from run and event number. + # 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. * 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 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. +### 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 ### PiZeroResolution.cpp Checks the resolution of Bplus, Kstar, Kplus and pi0 in many kinematical variables and the angles. Also creates residual and pull plots.