diff --git a/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx b/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx index b3e6033c9cd..1dcdea63c71 100644 --- a/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx +++ b/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx @@ -1534,9 +1534,9 @@ struct HfTaskCharmPolarisation { if constexpr (withEP) { assert(qVecs && "EP analysis requested but qVecs == nullptr"); } - + constexpr std::size_t NScores{3u}; - + bool isCandidateInSignalRegion{false}; int8_t origin{RecoDecay::OriginType::None}; int8_t massHypoMcTruth{-1};