From 3e937c064daf624d372e84605a921f405cb8913e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 13 Jan 2025 14:13:55 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/Tasks/taskCorrelationDsHadrons.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/HFC/Tasks/taskCorrelationDsHadrons.cxx b/PWGHF/HFC/Tasks/taskCorrelationDsHadrons.cxx index f1fb5664535..444521a509f 100644 --- a/PWGHF/HFC/Tasks/taskCorrelationDsHadrons.cxx +++ b/PWGHF/HFC/Tasks/taskCorrelationDsHadrons.cxx @@ -82,7 +82,7 @@ struct HfTaskCorrelationDsHadrons { Configurable fdEffCcdbPath{"fdEffCcdbPath", "", "CCDB path for trigger efficiency"}; Configurable timestampCcdb{"timestampCcdb", -1, "timestamp of the efficiency files used to query in CCDB"}; Configurable ccdbNoLaterThan{"ccdbNoLaterThan", std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count(), "latest acceptable timestamp of creation for the object"}; - + Service ccdb; std::shared_ptr mEfficiencyD = nullptr; std::shared_ptr mEfficiencyAssociated = nullptr; @@ -241,7 +241,7 @@ struct HfTaskCorrelationDsHadrons { hAssocTracks->GetAxis(2)->SetTitle("multiplicity"); hAssocTracks->GetAxis(3)->SetTitle("pos z"); } - + // Loading efficiency histograms from CCDB if (applyEfficiency && loadAccXEffFromCCDB) { ccdb->setURL(ccdbUrl);