From 5b21f0d5aee32d6fbe963b06d4e52b221c8ca498 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Jun 2025 08:50:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../TableProducer/dataCreatorCharmResoReduced.cxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx b/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx index 4b3843d87c0..0c547ef865e 100644 --- a/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx +++ b/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx @@ -44,8 +44,6 @@ #include "PWGHF/D2H/DataModel/ReducedDataModel.h" #include "PWGHF/D2H/Utils/utilsRedDataFormat.h" - - using namespace o2; using namespace o2::analysis; using namespace o2::aod; @@ -163,7 +161,7 @@ struct HfDataCreatorCharmResoReduced { // MC Tables Produces rowHfDV0McRecReduced; Produces rowHfResoMcGenReduced; - + // selection D struct : ConfigurableGroup { std::string prefix = "dmesons"; @@ -222,7 +220,7 @@ struct HfDataCreatorCharmResoReduced { Configurable propagateV0toPV{"propagateV0toPV", false, "Enable or disable V0 propagation to V0"}; Configurable doMcRecQa{"doMcRecQa", true, "Fill QA histograms for Mc matching"}; Configurable rejectPairsWithCommonDaughter{"rejectPairsWithCommonDaughter", true, "flag to reject already at this stage the pairs that share a daughter track"}; - + HfHelper hfHelper; o2::hf_evsel::HfEventSelection hfEvSel; @@ -235,11 +233,11 @@ struct HfDataCreatorCharmResoReduced { // material correction for track propagation o2::base::MatLayerCylSet* lut; o2::base::Propagator::MatCorrType matCorr = o2::base::Propagator::MatCorrType::USEMatCorrLUT; - + // O2DatabasePDG service Service pdg; - //vertex fitter + // vertex fitter o2::vertexing::DCAFitterN<2> fitter; // Helper struct to pass V0 informations @@ -317,7 +315,7 @@ struct HfDataCreatorCharmResoReduced { const AxisSpec axisDeDx{500, 0.f, 1000.f, ""}; const AxisSpec axisMassD0{200, 1.7f, 2.1f, "inv. mass (GeV/#it{c}^{2})"}; const AxisSpec axisMassDplus{200, 1.7f, 2.1f, "inv. mass (GeV/#it{c}^{2})"}; - const AxisSpec axisMassDstar{200, 0.139f, 0.179f, "inv. mass (GeV/#it{c}^{2})"}; //o2-linter: disable=pdg/explicit-mass (false positive) + const AxisSpec axisMassDstar{200, 0.139f, 0.179f, "inv. mass (GeV/#it{c}^{2})"}; // o2-linter: disable=pdg/explicit-mass (false positive) const AxisSpec axisMassLambda{100, 1.05f, 1.35f, "inv. mass (GeV/#it{c}^{2})"}; const AxisSpec axisMassKzero{100, 0.35f, 0.65f, "inv. mass (GeV/#it{c}^{2})"}; const AxisSpec axisDeltaMassToK{500, 0.49, 1.49, "inv. mass (GeV/#it{c}^{2})"};