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 13cb0d1 commit a65d631Copy full SHA for a65d631
PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx
@@ -387,7 +387,7 @@ struct lambdaspincorrderived {
387
if (useweight && datatype == 1) {
388
if (tag1 == 0 && tag2 == 0) {
389
epsWeight1 = hweight1->GetBinContent(hweight1->FindBin(dphi1, deta1, pt1));
390
- epsWeight2 = hweight2->GetBinContent(hweight12->FindBin(dphi2, deta2, pt2));
+ epsWeight2 = hweight12->GetBinContent(hweight12->FindBin(dphi2, deta2, pt2));
391
} else if (tag1 == 0 && tag2 == 1) {
392
epsWeight1 = hweight2->GetBinContent(hweight2->FindBin(dphi1, deta1, pt1));
393
epsWeight2 = hweight22->GetBinContent(hweight22->FindBin(dphi2, deta2, pt2));
0 commit comments