Skip to content

Commit c07dec8

Browse files
add kDeltaPhiPair Histogram
1 parent 434e5e4 commit c07dec8

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
@@ -519,6 +519,7 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
519519
hm->AddHistogram(histClass, "Mass_Pt", "", false, 750, 0.0, 30.0, VarManager::kMass, 120, 0.0, 30.0, VarManager::kPt);
520520
hm->AddHistogram(histClass, "Mass_Rapidity", "", false, 750, 0.0, 30.0, VarManager::kMass, 500, -1.0, 4.0, VarManager::kRap);
521521
hm->AddHistogram(histClass, "Mass_VtxZ", "", true, 30, -15.0, 15.0, VarManager::kVtxZ, 750, 0.0, 30.0, VarManager::kMass);
522+
hm->AddHistogram(histClass, "DeltaPhiPair", "", false, 130, -6.5, 6.5, VarManager::kDeltaPhiPair);
522523
}
523524
if (subGroupStr.Contains("dielectrons")) {
524525
if (subGroupStr.Contains("phiv")) {

0 commit comments

Comments
 (0)