From f6a1b89bf59c32b5db39feeaa22069593d916e09 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 25 Apr 2024 09:14:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/candidateCreator2Prong.cxx | 3 ++- PWGHF/TableProducer/candidateCreatorCascade.cxx | 3 ++- PWGHF/TableProducer/candidateCreatorDstar.cxx | 3 ++- PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PWGHF/TableProducer/candidateCreator2Prong.cxx b/PWGHF/TableProducer/candidateCreator2Prong.cxx index 209d74f9ad2..a6e7181bccc 100644 --- a/PWGHF/TableProducer/candidateCreator2Prong.cxx +++ b/PWGHF/TableProducer/candidateCreator2Prong.cxx @@ -669,7 +669,8 @@ struct HfCandidateCreator2ProngExpressions { float zPvPosMax{1000.f}; // inspect for which zPvPosMax cut was set for reconstructed - void init(InitContext& initContext) { + void init(InitContext& initContext) + { auto& workflows = initContext.services().get(); for (const DeviceSpec& device : workflows.devices) { if (device.name.compare("hf-candidate-creator-2prong") == 0) { diff --git a/PWGHF/TableProducer/candidateCreatorCascade.cxx b/PWGHF/TableProducer/candidateCreatorCascade.cxx index b019e06fa15..1bcbe095329 100644 --- a/PWGHF/TableProducer/candidateCreatorCascade.cxx +++ b/PWGHF/TableProducer/candidateCreatorCascade.cxx @@ -449,7 +449,8 @@ struct HfCandidateCreatorCascadeMc { float zPvPosMax{1000.f}; // inspect for which zPvPosMax cut was set for reconstructed - void init(InitContext& initContext) { + void init(InitContext& initContext) + { auto& workflows = initContext.services().get(); for (const DeviceSpec& device : workflows.devices) { if (device.name.compare("hf-candidate-creator-cascade") == 0) { diff --git a/PWGHF/TableProducer/candidateCreatorDstar.cxx b/PWGHF/TableProducer/candidateCreatorDstar.cxx index 8010e4b6a17..9f7e9c02f7f 100644 --- a/PWGHF/TableProducer/candidateCreatorDstar.cxx +++ b/PWGHF/TableProducer/candidateCreatorDstar.cxx @@ -520,7 +520,8 @@ struct HfCandidateCreatorDstarExpressions { float zPvPosMax{1000.f}; // inspect for which zPvPosMax cut was set for reconstructed - void init(InitContext& initContext) { + void init(InitContext& initContext) + { auto& workflows = initContext.services().get(); for (const DeviceSpec& device : workflows.devices) { if (device.name.compare("hf-candidate-creator-dstar") == 0) { diff --git a/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx b/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx index a51a44d294f..3e73feb5c71 100644 --- a/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx +++ b/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx @@ -389,7 +389,8 @@ struct HfCandidateSigmac0plusplusMc { float zPvPosMax{1000.f}; /// @brief init function - void init(InitContext& initContext) { + void init(InitContext& initContext) + { auto& workflows = initContext.services().get(); for (const DeviceSpec& device : workflows.devices) { if (device.name.compare("hf-candidate-creator-3prong") == 0) { // here we assume that the hf-candidate-creator-3prong is in the workflow