From 766681bac6923e2e4c0dbe92d4658187a813366e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 12 Mar 2025 18:49:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/Tasks/upcTauRl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGUD/Tasks/upcTauRl.cxx b/PWGUD/Tasks/upcTauRl.cxx index 6ac97c1cf0e..c397a247eec 100644 --- a/PWGUD/Tasks/upcTauRl.cxx +++ b/PWGUD/Tasks/upcTauRl.cxx @@ -901,7 +901,8 @@ struct UpcTauRl { return true; } - void resetLooseCounters(){ + void resetLooseCounters() + { isElectronOutElectron = false; isElectronNotTOF = false; isMupionOutPion = false; @@ -2119,7 +2120,6 @@ struct UpcTauRl { histos.get(HIST("OutputTable/hRejections"))->Fill(6); if (isMupionNotTOF) histos.get(HIST("OutputTable/hRejections"))->Fill(7); - } }