Enhanced README

This commit is contained in:
rskuza 2022-09-15 12:10:52 +02:00
parent 13f509fa1d
commit 3905f6bb57

View File

@ -17,7 +17,10 @@ Afterwards you can use your conda environment in order to run the code. But befo
|MC_PHSP_FILE|Path to the PHSP MC File| |MC_PHSP_FILE|Path to the PHSP MC File|
If you want to see how to set the environment variables, have a look at `properties.env`. Also, I have run the code on the LHCbA1 machine but it should make no difference where you run the code. If you want to see how to set the environment variables, have a look at `properties.env`. Also, I have run the code on the LHCbA1 machine but it should make no difference where you run the code.
You are done! 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.
## Useful Scripts ## Useful Scripts
### root_file_inspect.py ### root_file_inspect.py