From 49f68d8b92a9f51470ff7917c354e17241e0e157 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 12 Sep 2023 20:56:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx | 2 +- PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx | 2 +- PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx b/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx index 6b9c3388275..55dbed961b4 100644 --- a/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx +++ b/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx @@ -93,7 +93,7 @@ struct HfCandidateSelectorChicToJpsiGamma { return false; // CPA check } - if ((std::abs(hfCandChic.impactParameter0()) > cuts->get(pTBin, "d0 Jpsi"))) { // adf: Warning: no cut on photon + if ((std::abs(hfCandChic.impactParameter0()) > cuts->get(pTBin, "d0 Jpsi"))) { // adf: Warning: no cut on photon return false; // DCA check on daughters } diff --git a/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx index 3b51b10ec30..615f215bc94 100644 --- a/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx @@ -185,7 +185,7 @@ struct HfCorrelatorDsHadrons { using CandDsData = soa::Filtered>; // flagDsFilter applied using CandDsMcReco = soa::Filtered>; // flagDsFilter applied using CandDsMcGen = soa::Join; // flagDsFilter applied - using MyTracksData = soa::Filtered; // trackFilter applied + using MyTracksData = soa::Filtered; // trackFilter applied Filter collisionFilter = aod::hf_selection_dmeson_collision::dmesonSel == true; Filter flagDsFilter = ((o2::aod::hf_track_index::hfflag & static_cast(1 << DecayType::DsToKKPi)) != static_cast(0)) && (aod::hf_sel_candidate_ds::isSelDsToKKPi >= selectionFlagDs || aod::hf_sel_candidate_ds::isSelDsToPiKK >= selectionFlagDs); diff --git a/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx b/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx index 2d55a76e78f..a327fd0714f 100644 --- a/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx +++ b/PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx @@ -395,7 +395,7 @@ struct HfCandidateSigmac0plusplusMc { WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { - return WorkflowSpec{ + return WorkflowSpec{ adaptAnalysisTask(cfgc), adaptAnalysisTask(cfgc)}; }