-
Notifications
You must be signed in to change notification settings - Fork 619
PWGHF: Ds-h correlations, minor adjustments in assoc particle efficiency evaluation #5577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Dear all, Best regards, |
|
Dear all, Best regards, |
fgrosa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @scattaru thanks a lot!
In principle it would be better to templetize the function in order to avoid the consumption of the EvSel table if the event selection is not applied (see for instance
O2Physics/PWGHF/TableProducer/trackIndexSkimCreator.cxx
Lines 197 to 208 in cc34780
| /// Event selection with trigger selection | |
| void processTrigSel(soa::Join<aod::Collisions, aod::EvSels>::iterator const& collision) | |
| { | |
| selectCollision<true, CentralityEstimator::None>(collision); | |
| } | |
| PROCESS_SWITCH(HfTrackIndexSkimCreatorTagSelCollisions, processTrigSel, "Use trigger selection", false); | |
| /// Event selection without trigger selection | |
| void processNoTrigSel(aod::Collision const& collision) | |
| { | |
| selectCollision<false, CentralityEstimator::None>(collision); | |
| } |
|
Hi @fgrosa, Thanks, |
…ncy evaluation (AliceO2Group#5577) * Minor adjustments in assoc particle efficiency evaluation * Changing the code for evaluating systematics on candidate selection
…ncy evaluation (AliceO2Group#5577) * Minor adjustments in assoc particle efficiency evaluation * Changing the code for evaluating systematics on candidate selection
Dear all,
Let me know if there are any comments,
Best regards,
Samuele