PrLongLivedTracking: Add std::abs to deviation calculation. Initialize m_mvaVal
- Add the missing
std::abs
, to correctly calculate the deviation of the hits. - To avoid comparison with an uninitialized value, initialize the member variable
m_mvaVal
.