Skip to content

Commit 5b03cc4

Browse files
authored
Fix small bug
1 parent c77ee04 commit 5b03cc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ struct LongrangeMaker {
270270
float ampl = ft0.amplitudeC()[iCh];
271271
auto phi = getPhiFT0(chanelid, 1);
272272
auto eta = getEtaFT0(chanelid, 1);
273-
ft0aLRTable(collisionLRTable.lastIndex(), chanelid, ampl, eta, phi);
273+
ft0cLRTable(collisionLRTable.lastIndex(), chanelid, ampl, eta, phi);
274274
}
275275
}
276276

@@ -284,6 +284,7 @@ struct LongrangeMaker {
284284
mftLRTable(collisionLRTable.lastIndex(), track.pt(), track.eta(), phi);
285285
}
286286

287+
// v0 loop
287288
auto v0tracksInCollision = V0s.sliceBy(perColV0, col.globalIndex());
288289
for (const auto& v0 : v0tracksInCollision) {
289290
if (!isSelectV0Track(v0)) { // Quality selection for V0 prongs

0 commit comments

Comments
 (0)