Skip to content

Commit b99d6ad

Browse files
authored
Reorder parameters in LambdaMixEventCollisions table
1 parent 5764c5f commit b99d6ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/TwoParticleCorrelations/Tasks/lambdaSpinPolarization.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ DECLARE_SOA_COLUMN(CollisionIndex, collisionIndex, int);
155155

156156
DECLARE_SOA_TABLE(LambdaMixEventCollisions, "AOD", "LAMBDAMIXCOLS", o2::soa::Index<>,
157157
lambdamixeventcollision::CollisionIndex,
158-
aod::Collision::PosZ,
159-
lambdacollision::Cent);
158+
lambdacollision::Cent,
159+
aod::Collision::PosZ);
160160

161161
using LambdaMixEventCollision = LambdaMixEventCollisions::iterator;
162162

0 commit comments

Comments
 (0)