From 0f8ca4f87dd37e6d96c0dc891dd83dbd6cd846d5 Mon Sep 17 00:00:00 2001 From: rskuza Date: Thu, 15 Sep 2022 12:13:30 +0200 Subject: [PATCH] Enhanced README --- Code/Scripts/Python Scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Scripts/Python Scripts/README.md b/Code/Scripts/Python Scripts/README.md index 347aeb5..ff5a3ae 100644 --- a/Code/Scripts/Python Scripts/README.md +++ b/Code/Scripts/Python Scripts/README.md @@ -20,7 +20,7 @@ If you want to see how to set the environment variables, have a look at `propert You are done (apply also the custom fixes described down below)! ## Custom Fix -The b2kstll package has a few caveats when you want to apply a cos(theta_K) cut since the normalisation will be wrong in this case for the pdfs. So in order to compensate for that, I changed a few lines in the packages code, have a look at the `b2kstll/models` folder, there you will find all the files which I touched. +The `b2kstll` package has a few caveats when you want to apply a cos(theta_K) cut since the normalisation will be wrong in this case for the pdfs. So in order to compensate for that, I changed a few lines in the b2kstll package code, have a look at the `b2kstll/models` folder, there you will find all the files which I modified. But bear in mind that I only modified the PWave pdf, for other pdfs the issue is still persistent. ## Useful Scripts ### root_file_inspect.py