[PWGDQ] Updated HistogramLibrary#11575
Merged
iarsene merged 24 commits intoAliceO2Group:masterfrom Jun 13, 2025
Merged
Conversation
[PWGDQ] Added mass vs VtxNContrib 2D histogram
[PWGDQ] Update HistogramsLibrary.cxx
[PWGDQ] Update HistogramsLibrary.cxx
Update[PWGDQ] after changes in HistogramsLibrary.cxx
[PWGDQ] A new event selection cut added i.e. eventStandardSel8multAnalysis for multiplicity analysis
[PWGDQ] Update multiplicity histograms
Changes after comments
[PWGDQ] Forward Multiplicity histograms added
|
O2 linter results: ❌ 156 errors, |
Corrected PR formatting
iarsene
previously approved these changes
Jun 13, 2025
PWGDQ/Core/HistogramsLibrary.cxx
Outdated
Comment on lines
118
to
122
| hm->AddHistogram(histClass, "VtxZ_MultFV0A", "VtxZ vs MultFV0A", false, 100, -10.0, 10.0, VarManager::kVtxZ, 1000, 0, 25000.0, VarManager::kMultFV0A); | ||
| hm->AddHistogram(histClass, "VtxZ_MultFT0A", "VtxZ vs MultFT0A", false, 100, -10.0, 10.0, VarManager::kVtxZ, 1000, 0, 25000.0, VarManager::kMultFT0A); | ||
| hm->AddHistogram(histClass, "VtxZ_MultFT0C", "VtxZ vs MultFT0C", false, 100, -10.0, 10.0, VarManager::kVtxZ, 1000, 0, 25000.0, VarManager::kMultFT0C); | ||
| hm->AddHistogram(histClass, "VtxZ_MultFDDA", "VtxZ vs MultFDDA", false, 100, -10.0, 10.0, VarManager::kVtxZ, 1000, 0, 25000.0, VarManager::kMultFDDA); | ||
| hm->AddHistogram(histClass, "VtxZ_MultFDDC", "VtxZ vs MultFDDC", false, 100, -10.0, 10.0, VarManager::kVtxZ, 1000, 0, 25000.0, VarManager::kMultFDDC); |
Collaborator
There was a problem hiding this comment.
These histograms have too much binning and they are added in a common histogram subgroup. Please reduce the binning to something that you are actually using.
Updated 2D histogram between VtxZ and forward mult. distributions
Debadatta3337
commented
Jun 13, 2025
Contributor
Author
Debadatta3337
left a comment
There was a problem hiding this comment.
Updated 2D histograms bteween VtxZ and forward multiplicity distributions
iarsene
approved these changes
Jun 13, 2025
ddobrigk
pushed a commit
to ddobrigk/O2Physics
that referenced
this pull request
Jun 14, 2025
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
jinhyunni
pushed a commit
to jinhyunni/O2Physics
that referenced
this pull request
Jun 18, 2025
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
prottayCMT
pushed a commit
to prottayCMT/O2Physics2024
that referenced
this pull request
Jun 20, 2025
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
jpxrk
pushed a commit
to jpxrk/O2Physics
that referenced
this pull request
Jul 16, 2025
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
alibuild
pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Aug 11, 2025
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
jloemker
pushed a commit
to jloemker/O2Physics
that referenced
this pull request
Nov 11, 2025
Co-authored-by: Debadatta3337 <debadatt.behera@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.
[PWGDQ] Forward Multiplicity histograms added