1 parent a588b8c commit fe8b929Copy full SHA for fe8b929
1 file changed
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx
@@ -817,7 +817,7 @@ struct OnTheFlyTofPid {
817
static std::array<float, NParticles> expectedTimeInnerTOF, expectedTimeOuterTOF;
818
static std::array<float, NParticles> deltaTimeInnerTOF, deltaTimeOuterTOF;
819
static std::array<float, NParticles> nSigmaInnerTOF, nSigmaOuterTOF;
820
- std::array<float, NParticles> momentumHypotheses; // Store momentum hypothesis for each particle
+ std::array<float, NParticles> momentumHypotheses{}; // Store momentum hypothesis for each particle
821
auto truePdgInfo = pdg->GetParticle(mcParticle.pdgCode());
822
float rigidity = momentum; // fallback to momentum if charge unknown
823
0 commit comments