@@ -450,8 +450,8 @@ struct HfFilter { // Main struct for HF triggers
450450
451451 auto trackParPos = getTrackParCov (trackPos);
452452 auto trackParNeg = getTrackParCov (trackNeg);
453- o2::gpu::gpustd ::array<float , 2 > dcaPos{trackPos.dcaXY (), trackPos.dcaZ ()};
454- o2::gpu::gpustd ::array<float , 2 > dcaNeg{trackNeg.dcaXY (), trackNeg.dcaZ ()};
453+ std ::array<float , 2 > dcaPos{trackPos.dcaXY (), trackPos.dcaZ ()};
454+ std ::array<float , 2 > dcaNeg{trackNeg.dcaXY (), trackNeg.dcaZ ()};
455455 std::array<float , 3 > pVecPos{trackPos.pVector ()};
456456 std::array<float , 3 > pVecNeg{trackNeg.pVector ()};
457457 if (trackPos.collisionId () != thisCollId) {
@@ -545,7 +545,7 @@ struct HfFilter { // Main struct for HF triggers
545545 }
546546
547547 auto trackParThird = getTrackParCov (track);
548- o2::gpu::gpustd ::array<float , 2 > dcaThird{track.dcaXY (), track.dcaZ ()};
548+ std ::array<float , 2 > dcaThird{track.dcaXY (), track.dcaZ ()};
549549 std::array<float , 3 > pVecThird = track.pVector ();
550550 if (track.collisionId () != thisCollId) {
551551 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParThird, 2 .f , noMatCorr, &dcaThird);
@@ -600,7 +600,7 @@ struct HfFilter { // Main struct for HF triggers
600600 std::array<float , 3 > pVecThirdVtx{};
601601 dfB.getTrack (0 ).getPxPyPzGlo (pVec2ProngVtx);
602602 dfB.getTrack (1 ).getPxPyPzGlo (pVecThirdVtx);
603- o2::gpu::gpustd ::array<float , 2 > dca2Prong; // {trackParD.dcaXY(), trackParD.dcaZ()};
603+ std ::array<float , 2 > dca2Prong; // {trackParD.dcaXY(), trackParD.dcaZ()};
604604 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParD, 2 .f , noMatCorr, &dca2Prong);
605605 bool isBplus = helper.isSelectedBhadron (pVec2ProngVtx, pVecThirdVtx, dca2Prong, dcaThird, std::array<double , 3 >{static_cast <double >(collision.posX ()), static_cast <double >(collision.posY ()), static_cast <double >(collision.posZ ())}, std::array{secondaryVertexBtoD0h[0 ], secondaryVertexBtoD0h[1 ], secondaryVertexBtoD0h[2 ]}, kBplus );
606606 bool isBc = helper.isSelectedBhadron (pVec2ProngVtx, pVecThirdVtx, dca2Prong, dcaThird, std::array<double , 3 >{static_cast <double >(collision.posX ()), static_cast <double >(collision.posY ()), static_cast <double >(collision.posZ ())}, std::array{secondaryVertexBtoD0h[0 ], secondaryVertexBtoD0h[1 ], secondaryVertexBtoD0h[2 ]}, kBc );
@@ -654,7 +654,7 @@ struct HfFilter { // Main struct for HF triggers
654654 continue ;
655655 }
656656 auto trackParFourth = getTrackParCov (trackB);
657- o2::gpu::gpustd ::array<float , 2 > dcaFourth{trackB.dcaXY (), trackB.dcaZ ()};
657+ std ::array<float , 2 > dcaFourth{trackB.dcaXY (), trackB.dcaZ ()};
658658 std::array<float , 3 > pVecFourth = trackB.pVector ();
659659 if (trackB.collisionId () != thisCollId) {
660660 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParFourth, 2 .f , noMatCorr, &dcaFourth);
@@ -772,7 +772,7 @@ struct HfFilter { // Main struct for HF triggers
772772 continue ;
773773 }
774774 auto trackParFourth = getTrackParCov (trackFourth);
775- o2::gpu::gpustd ::array<float , 2 > dcaFourth{trackFourth.dcaXY (), trackFourth.dcaZ ()};
775+ std ::array<float , 2 > dcaFourth{trackFourth.dcaXY (), trackFourth.dcaZ ()};
776776 std::array<float , 3 > pVecFourth = trackFourth.pVector ();
777777 if (trackFourth.collisionId () != thisCollId) {
778778 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParFourth, 2 .f , noMatCorr, &dcaFourth);
@@ -813,7 +813,7 @@ struct HfFilter { // Main struct for HF triggers
813813 if (!helper.isSelectedPhoton (photon, std::array{posTrack, negTrack}, activateQA, hV0Selected, hArmPod)) {
814814 continue ;
815815 }
816- gpu::gpustd ::array<float , 2 > dcaInfo;
816+ std ::array<float , 2 > dcaInfo;
817817 std::array<float , 3 > pVecPhoton = {photon.px (), photon.py (), photon.pz ()};
818818 std::array<float , 3 > posVecPhoton = {photon.vx (), photon.vy (), photon.vz ()};
819819 auto trackParPhoton = o2::track::TrackPar (posVecPhoton, pVecPhoton, 0 , true );
@@ -876,7 +876,7 @@ struct HfFilter { // Main struct for HF triggers
876876 }
877877
878878 auto trackParBachelor = getTrackPar (trackBachelor);
879- o2::gpu::gpustd ::array<float , 2 > dcaBachelor{trackBachelor.dcaXY (), trackBachelor.dcaZ ()};
879+ std ::array<float , 2 > dcaBachelor{trackBachelor.dcaXY (), trackBachelor.dcaZ ()};
880880 std::array<float , 3 > pVecBachelor = trackBachelor.pVector ();
881881 if (trackBachelor.collisionId () != thisCollId) {
882882 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParBachelor, 2 .f , noMatCorr, &dcaBachelor);
@@ -973,7 +973,7 @@ struct HfFilter { // Main struct for HF triggers
973973 if (trackProton.globalIndex () == trackPos.globalIndex () || trackProton.globalIndex () == trackNeg.globalIndex ()) {
974974 continue ;
975975 }
976- gpu::gpustd ::array<float , 2 > dcaInfoBachProton;
976+ std ::array<float , 2 > dcaInfoBachProton;
977977 if (trackProton.collisionId () != thisCollId) {
978978 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParBachelorProton, 2 .f , noMatCorr, &dcaInfoBachProton);
979979 }
@@ -991,7 +991,7 @@ struct HfFilter { // Main struct for HF triggers
991991 continue ;
992992 }
993993 auto trackParBachelor = getTrackPar (trackBachelor);
994- o2::gpu::gpustd ::array<float , 2 > dcaBachelor{trackBachelor.dcaXY (), trackBachelor.dcaZ ()};
994+ std ::array<float , 2 > dcaBachelor{trackBachelor.dcaXY (), trackBachelor.dcaZ ()};
995995 std::array<float , 3 > pVecBachelor = trackBachelor.pVector ();
996996 if (trackBachelor.collisionId () != thisCollId) {
997997 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParBachelor, 2 .f , noMatCorr, &dcaBachelor);
@@ -1137,9 +1137,9 @@ struct HfFilter { // Main struct for HF triggers
11371137 auto trackParFirst = getTrackParCov (trackFirst);
11381138 auto trackParSecond = getTrackParCov (trackSecond);
11391139 auto trackParThird = getTrackParCov (trackThird);
1140- o2::gpu::gpustd ::array<float , 2 > dcaFirst{trackFirst.dcaXY (), trackFirst.dcaZ ()};
1141- o2::gpu::gpustd ::array<float , 2 > dcaSecond{trackSecond.dcaXY (), trackSecond.dcaZ ()};
1142- o2::gpu::gpustd ::array<float , 2 > dcaThird{trackThird.dcaXY (), trackThird.dcaZ ()};
1140+ std ::array<float , 2 > dcaFirst{trackFirst.dcaXY (), trackFirst.dcaZ ()};
1141+ std ::array<float , 2 > dcaSecond{trackSecond.dcaXY (), trackSecond.dcaZ ()};
1142+ std ::array<float , 2 > dcaThird{trackThird.dcaXY (), trackThird.dcaZ ()};
11431143 std::array<float , 3 > pVecFirst = trackFirst.pVector ();
11441144 std::array<float , 3 > pVecSecond = trackSecond.pVector ();
11451145 std::array<float , 3 > pVecThird = trackThird.pVector ();
@@ -1280,7 +1280,7 @@ struct HfFilter { // Main struct for HF triggers
12801280 }
12811281
12821282 auto trackParFourth = getTrackParCov (track);
1283- o2::gpu::gpustd ::array<float , 2 > dcaFourth{track.dcaXY (), track.dcaZ ()};
1283+ std ::array<float , 2 > dcaFourth{track.dcaXY (), track.dcaZ ()};
12841284 std::array<float , 3 > pVecFourth = track.pVector ();
12851285 if (track.collisionId () != thisCollId) {
12861286 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParFourth, 2 .f , noMatCorr, &dcaFourth);
@@ -1328,7 +1328,7 @@ struct HfFilter { // Main struct for HF triggers
13281328 std::array<float , 3 > pVecFourtVtx{};
13291329 dfB.getTrack (0 ).getPxPyPzGlo (pVec3ProngVtx);
13301330 dfB.getTrack (1 ).getPxPyPzGlo (pVecFourtVtx);
1331- o2::gpu::gpustd ::array<float , 2 > dca3Prong; // {trackParD.dcaXY(), trackParD.dcaZ()};
1331+ std ::array<float , 2 > dca3Prong; // {trackParD.dcaXY(), trackParD.dcaZ()};
13321332 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParD, 2 .f , noMatCorr, &dca3Prong);
13331333 bool isBhad = helper.isSelectedBhadron (pVec3ProngVtx, pVecFourtVtx, dca3Prong, dcaFourth, std::array<double , 3 >{static_cast <double >(collision.posX ()), static_cast <double >(collision.posY ()), static_cast <double >(collision.posZ ())}, std::array{secondaryVertexB[0 ], secondaryVertexB[1 ], secondaryVertexB[2 ]}, iHypo + 3 );
13341334 if (isBhad) {
@@ -1420,7 +1420,7 @@ struct HfFilter { // Main struct for HF triggers
14201420
14211421 // select soft pion candidates
14221422 auto trackParSoftPi = getTrackPar (trackSoftPi);
1423- o2::gpu::gpustd ::array<float , 2 > dcaSoftPi{trackSoftPi.dcaXY (), trackSoftPi.dcaZ ()};
1423+ std ::array<float , 2 > dcaSoftPi{trackSoftPi.dcaXY (), trackSoftPi.dcaZ ()};
14241424 std::array<float , 3 > pVecSoftPi = trackSoftPi.pVector ();
14251425 if (trackSoftPi.collisionId () != thisCollId) {
14261426 // This is a track reassociated to this PV by the track-to-collision-associator
@@ -1505,7 +1505,7 @@ struct HfFilter { // Main struct for HF triggers
15051505 if (!helper.isSelectedPhoton (photon, std::array{posTrack, negTrack}, activateQA, hV0Selected, hArmPod)) {
15061506 continue ;
15071507 }
1508- gpu::gpustd ::array<float , 2 > dcaInfo;
1508+ std ::array<float , 2 > dcaInfo;
15091509 std::array<float , 3 > pVecPhoton = {photon.px (), photon.py (), photon.pz ()};
15101510 std::array<float , 3 > posVecPhoton = {photon.vx (), photon.vy (), photon.vz ()};
15111511 auto trackParPhoton = o2::track::TrackPar (posVecPhoton, pVecPhoton, 0 , true );
@@ -1626,7 +1626,7 @@ struct HfFilter { // Main struct for HF triggers
16261626
16271627 // select soft pion candidates
16281628 auto trackParSoftPi = getTrackPar (trackSoftPi);
1629- o2::gpu::gpustd ::array<float , 2 > dcaSoftPi{trackSoftPi.dcaXY (), trackSoftPi.dcaZ ()};
1629+ std ::array<float , 2 > dcaSoftPi{trackSoftPi.dcaXY (), trackSoftPi.dcaZ ()};
16301630 std::array<float , 3 > pVecSoftPi = trackSoftPi.pVector ();
16311631 if (trackSoftPi.collisionId () != thisCollId) {
16321632 // This is a track reassociated to this PV by the track-to-collision-associator
@@ -1733,7 +1733,7 @@ struct HfFilter { // Main struct for HF triggers
17331733 auto v0DauNegId = v0.negTrackId ();
17341734
17351735 // propagate to PV
1736- gpu::gpustd ::array<float , 2 > dcaInfo;
1736+ std ::array<float , 2 > dcaInfo;
17371737 o2::track::TrackParCov trackParCasc;
17381738 o2::track::TrackParCov trackParCascTrack;
17391739 if (requireStrangenessTrackingAny < 2 ) { // needed for at least one of the two
@@ -1758,7 +1758,7 @@ struct HfFilter { // Main struct for HF triggers
17581758 }
17591759
17601760 auto trackParBachelor = getTrackParCov (track);
1761- gpu::gpustd ::array<float , 2 > dcaInfoBach;
1761+ std ::array<float , 2 > dcaInfoBach;
17621762 if (track.collisionId () != thisCollId) {
17631763 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParBachelor, 2 .f , noMatCorr, &dcaInfoBach);
17641764 }
@@ -1802,7 +1802,7 @@ struct HfFilter { // Main struct for HF triggers
18021802 }
18031803
18041804 auto trackParBachelorSecond = getTrackParCov (trackSecond);
1805- gpu::gpustd ::array<float , 2 > dcaInfoBachSecond;
1805+ std ::array<float , 2 > dcaInfoBachSecond;
18061806 if (trackSecond.collisionId () != thisCollId) {
18071807 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParBachelorSecond, 2 .f , noMatCorr, &dcaInfoBachSecond);
18081808 }
0 commit comments