From ef7ae9673ff41b00867d9c9d04fceebc03a514f0 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 24 Aug 2023 15:06:44 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/Tasks/alice3-dilepton.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ALICE3/Tasks/alice3-dilepton.cxx b/ALICE3/Tasks/alice3-dilepton.cxx index e4993e6ec0a..5dcf6b4ed02 100644 --- a/ALICE3/Tasks/alice3-dilepton.cxx +++ b/ALICE3/Tasks/alice3-dilepton.cxx @@ -561,8 +561,7 @@ struct Alice3Dilepton { bool isEleInnerTOF = abs(track.nSigmaElectronInnerTOF()) < nSigmaEleCutInnerTOF; bool isNotPionInnerTOF = abs(track.nSigmaPionInnerTOF()) > nSigmaPionCutInnerTOF; isEleInnerTOF = isEleInnerTOF && isNotPionInnerTOF; - if (isEleOuterTOF || isEleInnerTOF) - { + if (isEleOuterTOF || isEleInnerTOF) { registry.fill(HIST("Reconstructed/TrackPID/SigmaOTofvspt"), mcParticle.pt(), track.nSigmaElectronOuterTOF()); registry.fill(HIST("Reconstructed/TrackPID/SigmaITofvspt"), mcParticle.pt(), track.nSigmaElectronInnerTOF()); registry.fill(HIST("Reconstructed/TrackPID/outerTOFTrackLength"), track.outerTOFTrackLength());