Skip to content

Commit 7c83f91

Browse files
committed
Added processes for signal loss, reassoc efficiency
1 parent 3364281 commit 7c83f91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ using namespace o2::aod::rctsel;
7272

7373
auto static constexpr CminCharge = 3.f;
7474
auto static constexpr CintZero = 0;
75+
auto static constexpr CintTwo = 2;
7576
auto static constexpr Czero = 0.f;
7677
auto static constexpr Cninety = 90.f;
7778
auto static constexpr ConeHeighty = 180.f;
@@ -3739,7 +3740,7 @@ struct DndetaMFTPbPb {
37393740
dcaInfo[0] = dcaInfOrig[0];
37403741
} else if (gConf.cfgDCAtype == 1) {
37413742
dcaInfo[0] = dcaInfOrig[1];
3742-
} else if (gConf.cfgDCAtype == 2) {
3743+
} else if (gConf.cfgDCAtype == CintTwo) {
37433744
dcaInfo[0] = std::sqrt(dcaInfOrig[0] * dcaInfOrig[0] + dcaInfOrig[1] * dcaInfOrig[1]);
37443745
}
37453746
dcaInfo[1] = dcaInfOrig[2];

0 commit comments

Comments
 (0)