From a0fe369b3b3e6a0eda8dce14afb99b645daf8dfd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 15 Nov 2024 00:34:02 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx b/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx index b22374195d0..a07e75d274b 100644 --- a/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx +++ b/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx @@ -445,7 +445,7 @@ struct HfElectronSelectionWithTpcEmcal { if (std::sqrt(std::abs(chi2recg)) > chiSquareMax) { continue; - } + } invMassElectron = RecoDecay::m(std::array{pTrack.pVector(), matchTrack.pVector()}, std::array{MassElectron, MassElectron});