We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf2583 commit 1e40e8eCopy full SHA for 1e40e8e
PWGJE/Tasks/jetHadronRecoil.cxx
@@ -235,7 +235,7 @@ struct JetHadronRecoil {
235
if (nTT > 0) {
236
trigNumber = rand->Integer(nTT);
237
phiTT = phiTTAr[trigNumber];
238
- ptTT = ptTT[trigNumber];
+ ptTT = ptTTAr[trigNumber];
239
if (isSigCol) {
240
registry.fill(HIST("hNtrig"), 1.5, weight);
241
registry.fill(HIST("hSigEventTriggers"), nTT, weight);
0 commit comments