[PWGHF] Add UPC event selection#11518
Merged
fgrosa merged 22 commits intoAliceO2Group:masterfrom Jun 27, 2025
Merged
Conversation
|
O2 linter results: ❌ 20 errors, |
zhangbiao-phy
added a commit
to zhangbiao-phy/O2Physics
that referenced
this pull request
Jun 9, 2025
[PWGHF] Please consider the following formatting changes to AliceO2Group#11518
zhangbiao-phy
added a commit
to zhangbiao-phy/O2Physics
that referenced
this pull request
Jun 9, 2025
Please consider the following formatting changes to AliceO2Group#11518
zhangbiao-phy
added a commit
to zhangbiao-phy/O2Physics
that referenced
this pull request
Jun 9, 2025
[PWGHF] Please consider the following formatting changes to AliceO2Group#11518
Collaborator
|
Error while checking build/O2Physics/o2 for 71fc7b5 at 2025-06-09 17:20: Full log here. |
zhangbiao-phy
added a commit
to zhangbiao-phy/O2Physics
that referenced
this pull request
Jun 9, 2025
[PWGHF] Please consider the following formatting changes to AliceO2Group#11518
mfaggin
reviewed
Jun 9, 2025
PWGHF/Utils/utilsEvSelHf.h
Outdated
| o2::framework::Configurable<float> centralityMin{"centralityMin", 0., "Minimum centrality"}; | ||
| o2::framework::Configurable<float> centralityMax{"centralityMax", 100., "Maximum centrality"}; | ||
| o2::framework::Configurable<bool> useSel8Trigger{"useSel8Trigger", true, "Apply the sel8 event selection"}; | ||
| o2::framework::Configurable<bool> useUpcTrigger{"useUpcTrigger", true, "Apply the upc event selection"}; |
Collaborator
There was a problem hiding this comment.
Suggested change
| o2::framework::Configurable<bool> useUpcTrigger{"useUpcTrigger", true, "Apply the upc event selection"}; | |
| o2::framework::Configurable<bool> useUpcTrigger{"useUpcTrigger", false, "Apply the upc event selection"}; |
I'd not enable it by default
Collaborator
Author
There was a problem hiding this comment.
Thanks for spoting this
PWGHF/Tasks/taskMcValidation.cxx
Outdated
| aod::McParticles const& mcParticles, | ||
| aod::McCollisions const& mcCollisions, | ||
| aod::BCsWithTimestamps const& bcs, | ||
| BCsInfo const& bcs, |
Collaborator
There was a problem hiding this comment.
I'd call the BCsInfo data type if and only if UPC selections are enabled. This means that in the process functions that do not apply UPC selections I'd not use at all the data type BCsInfo, but I'd keep the data type aod::BCsWithTimestamps
vkucera
requested changes
Jun 9, 2025
vkucera
reviewed
Jun 26, 2025
vkucera
reviewed
Jun 26, 2025
vkucera
reviewed
Jun 26, 2025
vkucera
reviewed
Jun 26, 2025
vkucera
reviewed
Jun 26, 2025
vkucera
reviewed
Jun 26, 2025
zhangbiao-phy
added a commit
to zhangbiao-phy/O2Physics
that referenced
this pull request
Jun 26, 2025
[PWGHF] Please consider the following formatting changes to AliceO2Group#11518
[PWGHF] Please consider the following formatting changes to AliceO2Group#11518
vkucera
approved these changes
Jun 26, 2025
Collaborator
Collaborator
Collaborator
Author
jpxrk
pushed a commit
to jpxrk/O2Physics
that referenced
this pull request
Jul 16, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
prottayCMT
pushed a commit
to prottayCMT/O2Physics2024
that referenced
this pull request
Jul 18, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
JimunLee
pushed a commit
to JimunLee/O2Physics
that referenced
this pull request
Jul 22, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
vojmach
pushed a commit
to vojmach/O2Physics
that referenced
this pull request
Jul 23, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
jloemker
pushed a commit
to jloemker/O2Physics
that referenced
this pull request
Nov 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add UPC event selection into the HF framework, the preselection used taken from UD group, further selection (ZDC or ITs UPC mode) can be easily added into specific task:
Main changes are in
trackIndexSkimCreator.cxx and utilsEvSelHf.h