Skip to content

Commit 69c0b70

Browse files
lhusovaLucia Anna Tarasovicova
authored andcommitted
[PWGLF] change in hStrangeCorrelation.cxx (#10707)
Co-authored-by: Lucia Anna Tarasovicova <lucia.anna.husova@cern.ch>
1 parent 80f43f3 commit 69c0b70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,14 @@ struct HStrangeCorrelation {
843843
}
844844
}
845845
}
846+
847+
if (TESTBIT(doCorrelation, 8)) {
848+
histos.add("hAsssocTrackEtaVsPtVsPhi", "", kTH3F, {axisPtQA, axisEta, axisPhi});
849+
histos.add("hAssocPrimaryEtaVsPt", "", kTH3F, {axisPtQA, axisEta, axisMultNDim});
850+
histos.add("hAssocHadronsAllSelectedEtaVsPt", "", kTH3F, {axisPtQA, axisEta, axisMultNDim});
851+
histos.add("hAssocPtResolution", ";p_{T}^{reconstructed} (GeV/c); p_{T}^{generated} (GeV/c)", kTH2F, {axisPtQA, axisPtQA});
852+
}
853+
846854
if (hStrange) {
847855
histos.addClone("sameEvent/Signal/", "sameEvent/LeftBg/");
848856
histos.addClone("sameEvent/Signal/", "sameEvent/RightBg/");

0 commit comments

Comments
 (0)