Skip to content

Commit 2bf5ebb

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-10518
Please consider the following formatting changes to AliceO2Group#10518
2 parents f8b5e3b + d3a4f78 commit 2bf5ebb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ struct AntinucleiInJets {
469469

470470
// loop over reconstructed jets
471471
bool isAtLeastOneJetSelected = false;
472-
for (const auto& jet : jets) {
472+
for (const auto& jet : jets) {
473473

474474
// jet must be fully contained in the acceptance
475475
if ((std::fabs(jet.eta()) + rJet) > (maxEta - deltaEtaEdge))
@@ -695,7 +695,7 @@ struct AntinucleiInJets {
695695
// loop over reconstructed jets
696696
int njetsInAcc(0);
697697
int njetsHighPt(0);
698-
for (const auto& jet : jets) {
698+
for (const auto& jet : jets) {
699699

700700
// jet must be fully contained in the acceptance
701701
if ((std::fabs(jet.eta()) + rJet) > (maxEta - deltaEtaEdge))
@@ -1183,7 +1183,6 @@ struct AntinucleiInJets {
11831183
}
11841184
PROCESS_SWITCH(AntinucleiInJets, processJetsMCrec, "process jets MC rec", false);
11851185

1186-
11871186
// Process Systematics
11881187
void processSystematicsData(SelectedCollisions::iterator const& collision, FullNucleiTracks const& tracks)
11891188
{

0 commit comments

Comments
 (0)