Skip to content

Commit 577d2ee

Browse files
authored
Fix case sensitivity in collision position field
1 parent b99d6ad commit 577d2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/lambdaSpinPolarization.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ DECLARE_SOA_COLUMN(CollisionIndex, collisionIndex, int);
156156
DECLARE_SOA_TABLE(LambdaMixEventCollisions, "AOD", "LAMBDAMIXCOLS", o2::soa::Index<>,
157157
lambdamixeventcollision::CollisionIndex,
158158
lambdacollision::Cent,
159-
aod::Collision::PosZ);
159+
aod::collision::PosZ);
160160

161161
using LambdaMixEventCollision = LambdaMixEventCollisions::iterator;
162162

0 commit comments

Comments
 (0)