-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGEM/Dilepton] restructure EMTrack and EMFwdTrack #13624
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
|
O2 linter results: ❌ 604 errors, |
| o2::framework::Configurable<bool> skipGRPOquery{"skipGRPOquery", true, "skip grpo query"}; | ||
| o2::framework::Configurable<float> d_bz_input{"d_bz_input", -999, "bz field in kG, -999 is automatic"}; | ||
| o2::framework::Configurable<uint64_t> ndiff_bc_mix{"ndiff_bc_mix", 198, "difference in global BC required in mixed events"}; | ||
| o2::framework::Configurable<uint64_t> ndiff_bc_mix{"ndiff_bc_mix", 594, "difference in global BC required in mixed events"}; |
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.
Hey Daiki, is this changed default value good for all systems, or do we need different values for pp, OO and PbPb?
I would assume they might be different due to higher or lower IR, but maybe that's not correct?
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 @mhemmer-cern , thank you for asking. It comes from ITS ROF length. 594 is for PbPb/OO, and 198 is for pp. It is not from IR. But, of course, 594 is better choice also for pp.
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.
Thanks :)
alibuild
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.
Auto-approving on behalf of @dsekihat.
PWGEM/Dilepton: restructure EMTrack and EMFwdTrack