From c31c4e66b193e34cbfa9337ed5bec81516d22a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 10:06:00 +0100 Subject: [PATCH] Update 'Rescale pi0 momentum' --- Rescale-pi0-momentum.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rescale-pi0-momentum.md b/Rescale-pi0-momentum.md index 5fa8ebe..813013a 100644 --- a/Rescale-pi0-momentum.md +++ b/Rescale-pi0-momentum.md @@ -1,5 +1,11 @@ Python sceript used to add a new Kstar mass using corrected pi0 momentum. The script recalculates the pi0 momentum by fixing the Bplus mass to its PDG value. Then, using this new pi0 momentum, the Kstar mass is recalculated and saved. The script loads the selected files (hardcoded paths!) for all years and polarities, adding the recalculated pi0 kinematic variables and the Kstar mass. Then, it applies a cut on the new Kstar mass (100 MeV window from its PDG mass). +## Table of Contents +* [MakeNewKstar()](#makenewkstar) +* [cutFile()](#cutfile) +* [mergeFiles()](#mergefiles) + + ### MakeNewKstar() Performs the recalculation of the Kstar mass. The new pi0 momentum is saved as `pi_zero_resolved_PX_scaled`, `pi_zero_resolved_PY_scaled`, `pi_zero_resolved_PZ_scaled` and `pi_zero_resolved_PE_scaled`. The recalculated Kstar mass is saved as `K_star_plus_M_scaled`. The output is saved in a new file by appending `_pi0rescaled` to the name.