Skip to content

Commit c54fc01

Browse files
authored
Merge pull request AliceO2Group#12 from alibuild/alibot-cleanup-8870
[PWGCF] Please consider the following formatting changes to AliceO2Group#8870
2 parents 4dfb9ad + 25591cc commit c54fc01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGCF/Flow/Tasks/pidcme.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/// \file pidcme.cxx
1414
/// \brief task to calculate the pikp cme signal and bacground.
1515
// C++/ROOT includes.
16-
// o2-linter: disable=name/workflow-file
16+
// o2-linter: disable=name/workflow-file
1717
#include <chrono>
1818
#include <string>
1919
#include <vector>
@@ -222,7 +222,7 @@ struct FillPIDcolums {
222222
for (int8_t i = 0; i < 3; i++) {
223223
if (selectionPid(track, i))
224224
pidFlag = pidFlag * 10 + i + 1;
225-
if (pidFlag > 10) { // If a track is identified as two different tracks.
225+
if (pidFlag > 10) { // If a track is identified as two different tracks.
226226
if (std::abs(nSigmaArray[(pidFlag / 10) - 1]) < std::abs(nSigmaArray[(pidFlag % 10) - 1])) // The track is identified as the particle whose |nsigma| is the least.
227227
pidFlag /= 10;
228228
else
@@ -721,4 +721,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
721721
adaptAnalysisTask<FillPIDcolums>(cfgc),
722722
adaptAnalysisTask<pidcme>(cfgc),
723723
};
724-
}
724+
}
725+

0 commit comments

Comments
 (0)