-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGHF] Use the option of occupancy estimator from HfEventSelection in candidate creators #12304
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: ❌ 3 errors, |
Regarding the errors, as I am not the developer of either code, I am not sure if it's okay that I directly disable the check for the corresponding parts. |
They are already disabled. |
|
|
Yes, it has in |
Or, could you kindly tell me how I can read the |
|
I see your point now. |
Yes, I also tried it. You mean something like |
That should work too but I don't see why you need the new variable. |
It's due to that I tried the |
I cannot know what type your variable |
… candidate creator
|
Hi @vkucera , the new commit is about directly using the |
…n candidate creators (AliceO2Group#12304)
…n candidate creators (AliceO2Group#12304)
…n candidate creators (AliceO2Group#12304)
Hi @zhangbiao-phy, this PR is for adding a configurable occupancy estimator in the candidate creator. Since the estimator was hard-coded as
ITSfrom the beginning, this could cause some potential problems.Here, I would also like to @maciacco , even though he is on vacation, in case he wants to further check something when he returns.
I already tested it locally, and everything went smoothly.
PS: I couldn't find a method to read the estimator option directly from the 'hfEvSel', so I added a new variable instead.
NOTE: If the FT0c is used, the occupancy range must also be changed accordingly.
Please let me know if you have any suggestions. Thanks a lot!