Skip to content

Commit 1e40e8e

Browse files
committed
Fixing bug
1 parent 7bf2583 commit 1e40e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ struct JetHadronRecoil {
235235
if (nTT > 0) {
236236
trigNumber = rand->Integer(nTT);
237237
phiTT = phiTTAr[trigNumber];
238-
ptTT = ptTT[trigNumber];
238+
ptTT = ptTTAr[trigNumber];
239239
if (isSigCol) {
240240
registry.fill(HIST("hNtrig"), 1.5, weight);
241241
registry.fill(HIST("hSigEventTriggers"), nTT, weight);

0 commit comments

Comments
 (0)