File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ using namespace o2::aod::rctsel;
9090
9191auto static constexpr CminCharge = 3 .f;
9292auto static constexpr CintZero = 0 ;
93+ auto static constexpr CintOne = 1 ;
94+ auto static constexpr CintTwo = 2 ;
9395auto static constexpr Czero = 0 .f;
9496auto static constexpr Cninety = 90 .f;
9597auto static constexpr ConeHeighty = 180 .f;
@@ -4969,9 +4971,9 @@ struct DndetaMFTPbPb {
49694971
49704972 if (gConf .cfgDCAtype == 0 ) {
49714973 dcaInfo[0 ] = dcaInfOrig[0 ];
4972- } else if (gConf .cfgDCAtype == 1 ) {
4974+ } else if (gConf .cfgDCAtype == CintOne ) {
49734975 dcaInfo[0 ] = dcaInfOrig[1 ];
4974- } else if (gConf .cfgDCAtype == 2 ) {
4976+ } else if (gConf .cfgDCAtype == CintTwo ) {
49754977 dcaInfo[0 ] = std::sqrt (dcaInfOrig[0 ] * dcaInfOrig[0 ] + dcaInfOrig[1 ] * dcaInfOrig[1 ]);
49764978 }
49774979 dcaInfo[1 ] = dcaInfOrig[2 ];
You can’t perform that action at this time.
0 commit comments