Skip to content

Commit 0e8106f

Browse files
authored
Rename histogram for mixed jet hadron correlations
1 parent d9cd434 commit 0e8106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/chargedJetHadron.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ struct ChargedJetHadron {
992992
registry.fill(HIST("h_mixjeth_deta"), deta, eventWeight);
993993
registry.fill(HIST("h_mixjeth_dphi"), dphi, eventWeight);
994994
registry.fill(HIST("h2_mixjeth_detatot_dphi"), detatot, dphi, eventWeight);
995-
registry.fill(HIST("thn_mixjethadron"), ptLeadingCorr, ptSubleadingCorr, hpt, multEta1Eta2, heta, deltaEtaJets, deta, dphi, poolBin, eventWeight);
995+
registry.fill(HIST("thn_mixljeth_correlations"), ptLeadingCorr, ptSubleadingCorr, hpt, multEta1Eta2, heta, deltaEtaJets, deta, dphi, poolBin, eventWeight);
996996
if (hpt < assoHadronPtCut) {
997997
registry.fill(HIST("h2_mixjeth_deta_dphi"), deta, dphi, eventWeight);
998998
if (std::abs(deltaEtaJets) >= etaGapup)

0 commit comments

Comments
 (0)