Skip to content

Commit 43b876d

Browse files
author
debadatta333
authored
Update HistogramsLibrary.cxx (#8050)
Filling a 2D plot between Mass and VNContribReal
1 parent 3d6781a commit 43b876d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
837837
}
838838
if (subGroupStr.Contains("mult")) {
839839
hm->AddHistogram(histClass, "Mass_Pt_MultFV0A", "", false, 200, 0.0, 5.0, VarManager::kMass, 40, 0.0, 40.0, VarManager::kPt, 100, 0.0, 25000.0, VarManager::kMultFV0A);
840+
hm->AddHistogram(histClass, "Mass_VtxNcontribReal", "Mass vs VtxNcontribReal", false, 200, 0.0, 5.0, VarManager::kMass, 200, 0, 200.0, VarManager::kVtxNcontribReal);
840841
}
841842
if (subGroupStr.Contains("polarization")) {
842843
hm->AddHistogram(histClass, "cosThetaHE", "", false, 100, -1., 1., VarManager::kCosThetaHE);

0 commit comments

Comments
 (0)