[PWGCF] Femto: add optional kT-dependent dphistar cut in CPR - #17488
[PWGCF] Femto: add optional kT-dependent dphistar cut in CPR#17488IgorPtak wants to merge 1 commit into
Conversation
|
O2 linter results: ❌ 0 errors, |
|
Hi @IgorPtak , in modes.h such that, in a configurable, the analyzers can then set an integer indicating which kinematic variable they want to cut on. Then we also have to rework the fill function of the CPR manager. Here, we can, in principle, pass the PairHistManager by reference instead of a float and then call a specific getter; there is no need to recompute any pair property. And to keep the interface simple, we can generally set dphistar to a formula (maybe we should also do the same for deta to be symmetric?). |
ariedel-cern
left a comment
There was a problem hiding this comment.
see previous comment
I'll add CprCutKinematicVariable to modes.h and expose it as a configurable, and make deta a formula too for symmetry. On passing the PairHistManager: agreed. Two things I hit: only getKstar() exists, so getKt()/getMt() need adding and isClosePair() is called before PairHistManager.setPair(), so the values aren't computed yet. The rectangular cut wasn't in my original scope but I'm happy to add it. |
No description provided.