Update 'Rescale pi0 momentum'
parent
fcde8db018
commit
c31c4e66b1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user