@@ -1401,8 +1401,8 @@ struct FemtoUniversePairTaskTrackV0Extended {
14011401 ColumnBinningPolicy<aod::collision::PosZ, aod::femtouniversecollision::MultNtr> colBinningMult{{confVtxBins, confMultBins}, true };
14021402 ColumnBinningPolicy<aod::collision::PosZ, aod::femtouniversecollision::MultV0M> colBinningCent{{confVtxBins, confMultBins}, true };
14031403
1404- float v0DaughPtLowTable[3 ][2 ] = {{ConfV0Selection.confLPtChildProton , ConfV0Selection.confLPtChildPion }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildProton }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildPion }};
1405- float v0DaughPtHighTable[3 ][2 ] = {{ConfV0Selection.confHPtChildProton , ConfV0Selection.confHPtChildPion }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildProton }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildPion }};
1404+ const float v0DaughPtLowTable[3 ][2 ] = {{ConfV0Selection.confLPtChildProton , ConfV0Selection.confLPtChildPion }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildProton }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildPion }};
1405+ const float v0DaughPtHighTable[3 ][2 ] = {{ConfV0Selection.confHPtChildProton , ConfV0Selection.confHPtChildPion }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildProton }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildPion }};
14061406
14071407 auto mixedCollProcessFunc = [&](auto & collision1, auto & collision2) -> void {
14081408 auto groupPartsOne = partsOneMCRecoFull->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex (), cache);
@@ -1471,8 +1471,8 @@ struct FemtoUniversePairTaskTrackV0Extended {
14711471 ColumnBinningPolicy<aod::collision::PosZ, aod::femtouniversecollision::MultNtr> colBinningMult{{confVtxBins, confMultBins}, true };
14721472 ColumnBinningPolicy<aod::collision::PosZ, aod::femtouniversecollision::MultV0M> colBinningCent{{confVtxBins, confMultBins}, true };
14731473
1474- float v0DaughPtLowTable[3 ][2 ] = {{ConfV0Selection.confLPtChildProton , ConfV0Selection.confLPtChildPion }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildProton }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildPion }};
1475- float v0DaughPtHighTable[3 ][2 ] = {{ConfV0Selection.confHPtChildProton , ConfV0Selection.confHPtChildPion }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildProton }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildPion }};
1474+ const float v0DaughPtLowTable[3 ][2 ] = {{ConfV0Selection.confLPtChildProton , ConfV0Selection.confLPtChildPion }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildProton }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildPion }};
1475+ const float v0DaughPtHighTable[3 ][2 ] = {{ConfV0Selection.confHPtChildProton , ConfV0Selection.confHPtChildPion }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildProton }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildPion }};
14761476
14771477 auto mixedCollProcessFunc = [&](auto & collision1, auto & collision2) -> void {
14781478 auto groupPartsOne = partsTwoMCRecoFull->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex (), cache);
@@ -1647,8 +1647,8 @@ struct FemtoUniversePairTaskTrackV0Extended {
16471647 auto groupPartsOne = partsOneMCRecoFull->sliceByCached (aod::femtouniverseparticle::fdCollisionId, col.globalIndex (), cache);
16481648 auto groupPartsTwo = partsTwoMCRecoFull->sliceByCached (aod::femtouniverseparticle::fdCollisionId, col.globalIndex (), cache);
16491649
1650- float v0DaughPtLowTable[3 ][2 ] = {{ConfV0Selection.confLPtChildProton , ConfV0Selection.confLPtChildPion }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildProton }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildPion }};
1651- float v0DaughPtHighTable[3 ][2 ] = {{ConfV0Selection.confHPtChildProton , ConfV0Selection.confHPtChildPion }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildProton }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildPion }};
1650+ const float v0DaughPtLowTable[3 ][2 ] = {{ConfV0Selection.confLPtChildProton , ConfV0Selection.confLPtChildPion }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildProton }, {ConfV0Selection.confLPtChildPion , ConfV0Selection.confLPtChildPion }};
1651+ const float v0DaughPtHighTable[3 ][2 ] = {{ConfV0Selection.confHPtChildProton , ConfV0Selection.confHPtChildPion }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildProton }, {ConfV0Selection.confHPtChildPion , ConfV0Selection.confHPtChildPion }};
16521652
16531653 for (const auto & part : groupPartsTwo) {
16541654 if (!invMLambda (part.mLambda (), part.mAntiLambda (), ConfV0Selection.confV0Type1 ))
0 commit comments