We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3364281 commit 7c83f91Copy full SHA for 7c83f91
PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx
@@ -72,6 +72,7 @@ using namespace o2::aod::rctsel;
72
73
auto static constexpr CminCharge = 3.f;
74
auto static constexpr CintZero = 0;
75
+auto static constexpr CintTwo = 2;
76
auto static constexpr Czero = 0.f;
77
auto static constexpr Cninety = 90.f;
78
auto static constexpr ConeHeighty = 180.f;
@@ -3739,7 +3740,7 @@ struct DndetaMFTPbPb {
3739
3740
dcaInfo[0] = dcaInfOrig[0];
3741
} else if (gConf.cfgDCAtype == 1) {
3742
dcaInfo[0] = dcaInfOrig[1];
- } else if (gConf.cfgDCAtype == 2) {
3743
+ } else if (gConf.cfgDCAtype == CintTwo) {
3744
dcaInfo[0] = std::sqrt(dcaInfOrig[0] * dcaInfOrig[0] + dcaInfOrig[1] * dcaInfOrig[1]);
3745
}
3746
dcaInfo[1] = dcaInfOrig[2];
0 commit comments