From 7a5e6ffdf0a2353f9c97aa879d3b6c5cb590690d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 30 May 2024 13:13:29 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/candidateCreator3Prong.cxx | 2 +- PWGHF/Utils/utilsEvSelHf.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGHF/TableProducer/candidateCreator3Prong.cxx b/PWGHF/TableProducer/candidateCreator3Prong.cxx index 417e7c82b49..deeefecf48c 100644 --- a/PWGHF/TableProducer/candidateCreator3Prong.cxx +++ b/PWGHF/TableProducer/candidateCreator3Prong.cxx @@ -627,7 +627,7 @@ struct HfCandidateCreator3ProngExpressions { /// at least one event selection not satisfied --> reject the gen particle rowMcMatchGen(flag, origin, channel); continue; - } + } // D± → π± K∓ π± if (createDplus) { diff --git a/PWGHF/Utils/utilsEvSelHf.h b/PWGHF/Utils/utilsEvSelHf.h index 68dd2cbb36f..ae126ee98f8 100644 --- a/PWGHF/Utils/utilsEvSelHf.h +++ b/PWGHF/Utils/utilsEvSelHf.h @@ -207,10 +207,10 @@ enum McCollisionRejection { struct HfEventSelectionMc { // event selection parameters (in chronological order of application) - bool useSel8Trigger{false}; // Apply the ITS RO frame border cut + bool useSel8Trigger{false}; // Apply the ITS RO frame border cut bool useTimeFrameBorderCut{true}; // Apply TF border cut - float zPvPosMin{-1000.f}; // Minimum PV posZ (cm) - float zPvPosMax{1000.f}; // Maximum PV posZ (cm) + float zPvPosMin{-1000.f}; // Minimum PV posZ (cm) + float zPvPosMax{1000.f}; // Maximum PV posZ (cm) /// \brief Function to apply event selections in HF analyses /// \param mcCollision is the analysed mc collision