Skip to content

Commit 729a29d

Browse files
committed
removed whitespace
1 parent 60e35a8 commit 729a29d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
32
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
43
// All rights not expressly granted are reserved.
@@ -2724,7 +2723,7 @@ struct AntinucleiInJets {
27242723
registryCorr.fill(HIST("q1d_q1p_jet"), ptAcenteri, ptAcenterj, nAntideuteronJet[i] * nAntiprotonJet[j], multiplicity);
27252724
}
27262725
}
2727-
2726+
27282727
// Particle counters
27292728
std::vector<int> nAntiprotonUE(nBins, 0);
27302729
std::vector<int> nAntideuteronUE(nBins, 0);
@@ -2838,8 +2837,6 @@ struct AntinucleiInJets {
28382837
// Event counter: events with at least one jet selected
28392838
if (isAtLeastOneJetSelected) {
28402839
registryCorr.fill(HIST("eventCounter"), 9.5);
2841-
2842-
// Fill event counter vs centrality (jet region)
28432840
registryCorr.fill(HIST("eventCounter_centrality_jet"), multiplicity);
28442841
}
28452842
}
@@ -2850,5 +2847,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
28502847
{
28512848
return WorkflowSpec{adaptAnalysisTask<AntinucleiInJets>(cfgc)};
28522849
}
2853-
2854-

0 commit comments

Comments
 (0)