From 71af7a08b63a26e518fa8db67b8d86a1e7d61087 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 20 Jan 2025 19:25:29 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/fullJetSpectraPP.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PWGJE/Tasks/fullJetSpectraPP.cxx b/PWGJE/Tasks/fullJetSpectraPP.cxx index b4da4002439..64b0f308bf5 100644 --- a/PWGJE/Tasks/fullJetSpectraPP.cxx +++ b/PWGJE/Tasks/fullJetSpectraPP.cxx @@ -383,7 +383,6 @@ struct FullJetSpectrapp { registry.fill(HIST("h_full_jet_neutralconstituents_phi"), cluster.phi(), weight); registry.fill(HIST("h_full_jet_neutralconstituents_energy"), cluster.energy(), weight); registry.fill(HIST("h_full_jet_neutralconstituents_energysum"), neutralEnergy, weight); - } auto NEF = neutralEnergy / jet.energy(); registry.fill(HIST("h2_full_jet_NEF"), jet.pt(), NEF, weight); @@ -450,7 +449,6 @@ struct FullJetSpectrapp { registry.fill(HIST("h_full_jet_neutralconstituents_energy_part"), constituent.e(), weight); registry.fill(HIST("h_full_jet_neutralconstituents_energysum_part"), neutralEnergy, weight); - } else { chargedconsts++; registry.fill(HIST("h2_full_jet_chargedconstituents_part"), jet.pt(), chargedconsts, weight); // charged jet constituents at particle level @@ -717,7 +715,7 @@ struct FullJetSpectrapp { return; } // std::cout << jet.eventWeight() << std::endl; - if (doMBGapTrigger && jet.eventWeight()== 1) { + if (doMBGapTrigger && jet.eventWeight() == 1) { return; // std::cout << jet.eventWeight() << std::endl; }