Skip to content

Commit 83b62c4

Browse files
authored
Merge pull request #15 from alibuild/alibot-cleanup-9084
[PWGJE] Please consider the following formatting changes to AliceO2Group#9084
2 parents 3872876 + 71af7a0 commit 83b62c4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

PWGJE/Tasks/fullJetSpectraPP.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ struct FullJetSpectrapp {
383383
registry.fill(HIST("h_full_jet_neutralconstituents_phi"), cluster.phi(), weight);
384384
registry.fill(HIST("h_full_jet_neutralconstituents_energy"), cluster.energy(), weight);
385385
registry.fill(HIST("h_full_jet_neutralconstituents_energysum"), neutralEnergy, weight);
386-
387386
}
388387
auto NEF = neutralEnergy / jet.energy();
389388
registry.fill(HIST("h2_full_jet_NEF"), jet.pt(), NEF, weight);
@@ -450,7 +449,6 @@ struct FullJetSpectrapp {
450449
registry.fill(HIST("h_full_jet_neutralconstituents_energy_part"), constituent.e(), weight);
451450
registry.fill(HIST("h_full_jet_neutralconstituents_energysum_part"), neutralEnergy, weight);
452451

453-
454452
} else {
455453
chargedconsts++;
456454
registry.fill(HIST("h2_full_jet_chargedconstituents_part"), jet.pt(), chargedconsts, weight); // charged jet constituents at particle level
@@ -717,7 +715,7 @@ struct FullJetSpectrapp {
717715
return;
718716
}
719717
// std::cout << jet.eventWeight() << std::endl;
720-
if (doMBGapTrigger && jet.eventWeight()== 1) {
718+
if (doMBGapTrigger && jet.eventWeight() == 1) {
721719
return;
722720
// std::cout << jet.eventWeight() << std::endl;
723721
}

0 commit comments

Comments
 (0)