Skip to content

Commit ba61317

Browse files
Debadatta3337Debadatta3337
andauthored
[PWGDQ] Added mass vs VtxNContrib 2D plot (#10614)
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
1 parent fbf53ed commit ba61317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,9 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
915915
}
916916

917917
if (!groupStr.CompareTo("pair")) {
918+
if (subGroupStr.Contains("mult_pvcontrib")) {
919+
hm->AddHistogram(histClass, "Mass_VtxNcontribReal", "Mass vs VtxNcontribReal", false, 200, 2.0, 5.0, VarManager::kMass, 200, 0, 200.0, VarManager::kVtxNcontribReal);
920+
}
918921
if (subGroupStr.Contains("barrel")) {
919922
hm->AddHistogram(histClass, "Mass", "", false, 500, 0.0, 5.0, VarManager::kMass);
920923
hm->AddHistogram(histClass, "Mass_HighRange", "", false, 375, 0.0, 15.0, VarManager::kMass);

0 commit comments

Comments
 (0)