@@ -60,9 +60,11 @@ struct decay3bodyCandidate {
6060 std::array<float , 3 > posProton = {0 .0f , 0 .0f , 0 .0f };
6161 std::array<float , 3 > posPion = {0 .0f , 0 .0f , 0 .0f };
6262 std::array<float , 3 > posDeuteron = {0 .0f , 0 .0f , 0 .0f };
63- std::array<float , 3 > trackDCAxyToPV = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
64- std::array<float , 3 > trackDCAToPV = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
65- std::array<float , 4 > tpcNsigma = {0 .0f , 0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron, 3 - bach with pion hyp
63+ std::array<float , 3 > trackDCAxyToPV = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
64+ std::array<float , 3 > trackDCAToPV = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
65+ std::array<float , 3 > trackDCAxyToPVprop = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
66+ std::array<float , 3 > trackDCAToPVprop = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
67+ std::array<float , 4 > tpcNsigma = {0 .0f , 0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron, 3 - bach with pion hyp
6668 double tofNsigmaDeuteron = 0 .0f ;
6769 std::array<float , 3 > averageITSClSize = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
6870 std::array<float , 3 > tpcNCl = {0 .0f , 0 .0f , 0 .0f }; // 0 - proton, 1 - pion, 2 - deuteron
0 commit comments