File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1204,9 +1204,9 @@ struct lambdapolsp {
12041204 AntiLambda = AntiProton + Pion;
12051205 taga = 0 ;
12061206 if (useAccCorr) {
1207- int binx = accprofileL ->GetXaxis ()->FindBin (v0.eta ());
1208- int biny = accprofileL ->GetYaxis ()->FindBin (v0.pt ());
1209- acvalue = accprofileL ->GetBinContent (binx, biny);
1207+ int binx = accprofileAL ->GetXaxis ()->FindBin (v0.eta ());
1208+ int biny = accprofileAL ->GetYaxis ()->FindBin (v0.pt ());
1209+ acvalue = accprofileAL ->GetBinContent (binx, biny);
12101210 } else {
12111211 acvalue = 1.0 ;
12121212 }
@@ -1245,9 +1245,9 @@ struct lambdapolsp {
12451245 AntiLambda = AntiProton + Pion;
12461246 taga = 0 ;
12471247 if (useAccCorr) {
1248- int binx = accprofileL ->GetXaxis ()->FindBin (v0.eta ());
1249- int biny = accprofileL ->GetYaxis ()->FindBin (v0.pt ());
1250- acvalue = accprofileL ->GetBinContent (binx, biny);
1248+ int binx = accprofileAL ->GetXaxis ()->FindBin (v0.eta ());
1249+ int biny = accprofileAL ->GetYaxis ()->FindBin (v0.pt ());
1250+ acvalue = accprofileAL ->GetBinContent (binx, biny);
12511251 } else {
12521252 acvalue = 1.0 ;
12531253 }
You can’t perform that action at this time.
0 commit comments