Skip to content

Commit fe8b929

Browse files
committed
FORMAT
1 parent a588b8c commit fe8b929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ struct OnTheFlyTofPid {
817817
static std::array<float, NParticles> expectedTimeInnerTOF, expectedTimeOuterTOF;
818818
static std::array<float, NParticles> deltaTimeInnerTOF, deltaTimeOuterTOF;
819819
static std::array<float, NParticles> nSigmaInnerTOF, nSigmaOuterTOF;
820-
std::array<float, NParticles> momentumHypotheses; // Store momentum hypothesis for each particle
820+
std::array<float, NParticles> momentumHypotheses{}; // Store momentum hypothesis for each particle
821821
auto truePdgInfo = pdg->GetParticle(mcParticle.pdgCode());
822822
float rigidity = momentum; // fallback to momentum if charge unknown
823823

0 commit comments

Comments
 (0)