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; }