Skip to content

Commit f37fca2

Browse files
Adding the kDeltaPhiPair2 histogram (#7043)
* add kDeltaPhiPair Histogram * Adding the kDeltaPhiPair2 histogram
1 parent 1949d72 commit f37fca2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,9 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
10511051
hm->AddHistogram(histClass, "Mass_VtxZ", "", true, 30, -15.0, 15.0, VarManager::kVtxZ, 750, 0.0, 30.0, VarManager::kMass);
10521052
hm->AddHistogram(histClass, "DeltaPhiPair", "", false, 130, -6.5, 6.5, VarManager::kDeltaPhiPair);
10531053
}
1054+
if (subGroupStr.Contains("correlation-emu")) {
1055+
hm->AddHistogram(histClass, "DeltaPhiPair2", "", false, 600, -0.5 * TMath::Pi(), 1.5 * TMath::Pi(), VarManager::kDeltaPhiPair2);
1056+
}
10541057
if (subGroupStr.Contains("dielectrons")) {
10551058
if (subGroupStr.Contains("prefilter")) {
10561059
hm->AddHistogram(histClass, "MassLow_OpeningAngle", "", false, 150, 0., 0.15, VarManager::kMass, 80, 0., 0.8, VarManager::kOpeningAngle);

0 commit comments

Comments
 (0)