-
Notifications
You must be signed in to change notification settings - Fork 614
[PWGDQ] Updated HistogramLibrary #11575
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
[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
PWGDQ/Core/HistogramsLibrary.cxx
Outdated
| 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); |
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.
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
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.
Updated 2D histograms bteween VtxZ and forward multiplicity distributions
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
[PWGDQ] Forward Multiplicity histograms added