From 907aa506b0e7eaefd9265364755a014671f8d628 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 29 Nov 2024 22:57:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Core/MCSignal.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGDQ/Core/MCSignal.h b/PWGDQ/Core/MCSignal.h index 476b05db00e..d91e8f7424d 100644 --- a/PWGDQ/Core/MCSignal.h +++ b/PWGDQ/Core/MCSignal.h @@ -113,12 +113,12 @@ class MCSignal : public TNamed void PrintConfig(); private: - std::vector fProngs; // vector of MCProng - unsigned int fNProngs; // number of prongs + std::vector fProngs; // vector of MCProng + unsigned int fNProngs; // number of prongs std::vector fCommonAncestorIdxs; // index of the most recent ancestor, relative to each prong's history - bool fExcludeCommonAncestor; // explicitly request that there is no common ancestor - bool fDecayChannelIsExclusive; // if true, then the indicated mother particle has a number of daughters which is equal to the number of prongs defined in this MC signal - bool fDecayChannelIsNotExclusive; // if true, then the indicated mother particle has a number of daughters which is larger than the number of prongs defined in this MC signal + bool fExcludeCommonAncestor; // explicitly request that there is no common ancestor + bool fDecayChannelIsExclusive; // if true, then the indicated mother particle has a number of daughters which is equal to the number of prongs defined in this MC signal + bool fDecayChannelIsNotExclusive; // if true, then the indicated mother particle has a number of daughters which is larger than the number of prongs defined in this MC signal int fTempAncestorLabel; template