Skip to content

Commit e2bcb35

Browse files
Debadatta3337Debadatta3337
andauthored
[PWGDQ] Update HistogramsLibrary.cxx (#10686)
Co-authored-by: Debadatta3337 <debadatt.behera@cern.ch>
1 parent 2e6a9f0 commit e2bcb35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
946946
if (subGroupStr.Contains("mult")) {
947947
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);
948948
hm->AddHistogram(histClass, "Mass_VtxNcontribReal", "Mass vs VtxNcontribReal", false, 200, 0.0, 5.0, VarManager::kMass, 200, 0, 200.0, VarManager::kVtxNcontribReal);
949+
hm->AddHistogram(histClass, "VtxZ_VtxNcontribReal", "VtxZ vs VtxNcontribReal", false, 240, -12.0, 12.0, VarManager::kVtxZ, 200, 0, 200.0, VarManager::kVtxNcontribReal);
949950
}
950951
if (subGroupStr.Contains("polarization")) {
951952
hm->AddHistogram(histClass, "cosThetaHE", "", false, 100, -1., 1., VarManager::kCosThetaHE);

0 commit comments

Comments
 (0)