PWGHF: Adding event selection in the correlatorDsHadrons task#5186
Conversation
Hi @scattaru, in principle the event selection can already be applied at the level of the |
Hi @fgrosa, in my case I need to filter the collision table that is used for the event mixing in order to take only the collisions which satisfies the selection criteria. So the idea is to join the collision table with the one which provides the event selection information. As far as I've understood in the creator there are just histograms filled with the information of selected collisions not a table produced with that information. |
Thanks for the reply! The creator also rejects candidates in events that do not fulfil the event selection, so you will not find Ds candidates in those events, but probably here you want to discard also the tracks in those events. If this is the case indeed it makes sense and we can merge it. |
Yes, exactly. In the Event Mixing the problem we faced is the limit number of Ds meson selected per DF, so there are DFs with only one Ds reconstructed so it was impossible to do the event mixing. To avoid this issue we decided to use all collisions and to mix an event with a candidate reconstructed with particles coming from other events even if they have not a candidate reconstructed. For the moment this is the fastest way, however we are also exploring other attempts to do the event mixing. |
…2Group#5186) * Adding event selection * clang-format * removing VARIABLE_WIDTH
…2Group#5186) * Adding event selection * clang-format * removing VARIABLE_WIDTH
…2Group#5186) * Adding event selection * clang-format * removing VARIABLE_WIDTH
Dear all,
I've modified the correlator in order to select collisions with the sel8 flag
Cheers,
Samuele