From 1b0da68d91002709c6297d050ef3f9e23094c57d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 17 Jan 2025 15:49:42 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/treeCreatorLcToPKPi.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx b/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx index 864a71b7c27..8dfd9f517ee 100644 --- a/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx +++ b/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx @@ -343,10 +343,10 @@ struct HfTreeCreatorLcToPKPi { // number showing MC status of the candidate (signal or background, prompt or non-prompt etc.) enum SigBgStatus : int { Background = 0, // combinatorial background, at least one of the prongs do not originate from the Lc decay - Prompt, // signal with Lc produced directly in the event - NonPrompt, // signal with Lc produced aftewards the event, e.g. during decay of beauty particle - WrongOrder, // all the prongs are from Lc decay, but proton and pion hypothesis are swapped - Default = -1 // impossible, should not be the case, to catch logical error if any + Prompt, // signal with Lc produced directly in the event + NonPrompt, // signal with Lc produced aftewards the event, e.g. during decay of beauty particle + WrongOrder, // all the prongs are from Lc decay, but proton and pion hypothesis are swapped + Default = -1 // impossible, should not be the case, to catch logical error if any }; /// \brief function which determines if the candidate corresponds to MC-particle or belongs to a combinatorial background