PWGHF: taskFlow.cxx: Add process functions for data TPC-MFT HF-h case, and MC Rec/Gen for TPC-TPC h-h case#7802
Merged
fgrosa merged 43 commits intoAliceO2Group:masterfrom Oct 11, 2024
Conversation
Please consider the following formatting changes to AliceO2Group#6715
… multiplicity bins (merged with Container_labels)
… run, and most of post-processing macros works on it too
Please consider the following formatting changes to AliceO2Group#7802
Please consider the following formatting changes to AliceO2Group#7802
Collaborator
|
Error while checking build/O2Physics/o2 for edd7cf7 at 2024-10-04 23:17: Full log here. |
Contributor
Author
It is not obvious to me what the problem is here |
Collaborator
|
@AlexianL , the machine that checks the compilation ran out of disk space. Unlikely your fault. |
Collaborator
|
@AlexianL , please always compile and test your code before making/updating a PR. Your code does not even compile, wasting resources for PR tests. |
…way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case
Please consider the following formatting changes to AliceO2Group#7802
…way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case
Please consider the following formatting changes to AliceO2Group#7802
vkucera
requested changes
Oct 9, 2024
…way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case
Please consider the following formatting changes to AliceO2Group#7802
deepathoms
approved these changes
Oct 11, 2024
mfaggin
pushed a commit
to mfaggin/O2Physics
that referenced
this pull request
Oct 15, 2024
…, and MC Rec/Gen for TPC-TPC h-h case (AliceO2Group#7802) * Uniformization of the name of the correlation containers * ONGOING WORK : adding TPC-TPC Monte-Carlo process functions * ONGOING WORK : Uniformize the name of Correlations containers * Please consider the following formatting changes * Solved typos in the declaration of 2 correlation containers * Solved the same typos as the container_labels branch * The newly added MC process functions for TPC-TPC h-h case compile and run, and most of post-processing macros works on it too * Corrected a typo * Typo correction * Typo correction : everything case can run successfully now * Implemented both rec MC and gen MC * Running MC process functions for TPC-TPC h-h * Added process functions for the TPC-MFT HF-h case * Please consider the following formatting changes * Update PWGHF/HFC/Tasks/taskFlow.cxx Co-authored-by: Vít Kučera <vit.kucera@cern.ch> * Addressing comments * Addressing comments * Please consider the following formatting changes * Changing the path of some plots, and adding new plot * Renaming plots and adding inv mass plot for D0 * Please consider the following formatting changes * Problems solved : error when merging + have to come back to previous way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case * add space at the end * Please consider the following formatting changes * Problems solved : error when merging + have to come back to previous way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case * Changes in isMcParticleSelected * Please consider the following formatting changes * Problems solved : error when merging + have to come back to previous way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case * Changes in isMcParticleSelected * addressing comments * Please consider the following formatting changes --------- Co-authored-by: ALICE Action Bot <alibuild@cern.ch> Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
louisemillot
pushed a commit
to louisemillot/O2Physics
that referenced
this pull request
Nov 26, 2024
…, and MC Rec/Gen for TPC-TPC h-h case (AliceO2Group#7802) * Uniformization of the name of the correlation containers * ONGOING WORK : adding TPC-TPC Monte-Carlo process functions * ONGOING WORK : Uniformize the name of Correlations containers * Please consider the following formatting changes * Solved typos in the declaration of 2 correlation containers * Solved the same typos as the container_labels branch * The newly added MC process functions for TPC-TPC h-h case compile and run, and most of post-processing macros works on it too * Corrected a typo * Typo correction * Typo correction : everything case can run successfully now * Implemented both rec MC and gen MC * Running MC process functions for TPC-TPC h-h * Added process functions for the TPC-MFT HF-h case * Please consider the following formatting changes * Update PWGHF/HFC/Tasks/taskFlow.cxx Co-authored-by: Vít Kučera <vit.kucera@cern.ch> * Addressing comments * Addressing comments * Please consider the following formatting changes * Changing the path of some plots, and adding new plot * Renaming plots and adding inv mass plot for D0 * Please consider the following formatting changes * Problems solved : error when merging + have to come back to previous way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case * add space at the end * Please consider the following formatting changes * Problems solved : error when merging + have to come back to previous way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case * Changes in isMcParticleSelected * Please consider the following formatting changes * Problems solved : error when merging + have to come back to previous way to remove MC particles with charge equal to 0 which caused segmentation faults in the MC GEN case * Changes in isMcParticleSelected * addressing comments * Please consider the following formatting changes --------- Co-authored-by: ALICE Action Bot <alibuild@cern.ch> Co-authored-by: Vít Kučera <vit.kucera@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.
QA functions and histograms for the data TPC-MFT HF-h case were also added
In both TPC-MFT h-h and TPC-MFT HF-h case, histograms have been more clearly separated to investigate tracks/candidates from the TPC and tracks from the MFT
QA functions and histograms for the MC Rec/Gen TPC-TPC h-h case were also added
Also mixCollisions function had to be duplicated to be adapted for MC Gen