@@ -245,13 +245,13 @@ struct LongrangeMaker {
245245 continue ;
246246 if (!myTrackFilter.IsSelected (track))
247247 continue ;
248- tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::LRCorrTrkTable ::kSpCharge );
248+ tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::lrcorrtrktable ::kSpCharge );
249249 if (getTrackPID (track) == PionTrackN)
250- tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::LRCorrTrkTable ::kSpPion );
250+ tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::lrcorrtrktable ::kSpPion );
251251 if (getTrackPID (track) == KaonTrackN)
252- tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::LRCorrTrkTable ::kSpKaon );
252+ tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::lrcorrtrktable ::kSpKaon );
253253 if (getTrackPID (track) == ProtonTrackN)
254- tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::LRCorrTrkTable ::kSpProton );
254+ tracksLRTable (collisionLRTable.lastIndex (), track.pt (), track.eta (), track.phi (), aod::lrcorrtrktable ::kSpProton );
255255 }
256256
257257 // ft0 loop
@@ -309,7 +309,7 @@ struct LongrangeMaker {
309309 // K0short
310310 if (isSelectK0s (col, v0)) { // candidate is K0s
311311 v0LRTable (collisionLRTable.lastIndex (), posTrack.globalIndex (), negTrack.globalIndex (),
312- v0.pt (), v0.eta (), v0.phi (), v0.mK0Short (), aod::LRCorrTrkTable ::kSpK0short );
312+ v0.pt (), v0.eta (), v0.phi (), v0.mK0Short (), aod::lrcorrtrktable ::kSpK0short );
313313 }
314314
315315 // Lambda and Anti-Lambda
@@ -320,12 +320,12 @@ struct LongrangeMaker {
320320 if (lambdaTag) { // candidate is Lambda
321321 massV0 = v0.mLambda ();
322322 v0LRTable (collisionLRTable.lastIndex (), posTrack.globalIndex (), negTrack.globalIndex (),
323- v0.pt (), v0.eta (), v0.phi (), massV0, aod::LRCorrTrkTable ::kSpLambda );
323+ v0.pt (), v0.eta (), v0.phi (), massV0, aod::lrcorrtrktable ::kSpLambda );
324324 }
325325 if (antilambdaTag) { // candidate is Anti-lambda
326326 massV0 = v0.mAntiLambda ();
327327 v0LRTable (collisionLRTable.lastIndex (), posTrack.globalIndex (), negTrack.globalIndex (),
328- v0.pt (), v0.eta (), v0.phi (), massV0, aod::LRCorrTrkTable ::kSpALambda );
328+ v0.pt (), v0.eta (), v0.phi (), massV0, aod::lrcorrtrktable ::kSpALambda );
329329 } // end of Lambda and Anti-Lambda processing
330330 }
331331 } // process function
0 commit comments