Skip to content

Commit 56c72fb

Browse files
authored
Merge pull request #36 from alibuild/alibot-cleanup-11815
Please consider the following formatting changes to #11815
2 parents b1010a8 + 3412c05 commit 56c72fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Strangeness/sigmaminustask.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ struct sigmaminustask {
4141

4242
Preslice<aod::KinkCands> mPerCol = aod::track::collisionId;
4343

44-
4544
void init(InitContext const&)
4645
{
4746
// Axes
@@ -92,7 +91,7 @@ struct sigmaminustask {
9291
}
9392

9493
rEventSelection.fill(HIST("hVertexZRec"), collision.posZ());
95-
auto kinkCandPerColl = KinkCands.sliceBy(mPerCol, collision.globalIndex());
94+
auto kinkCandPerColl = KinkCands.sliceBy(mPerCol, collision.globalIndex());
9695
for (const auto& kinkCand : kinkCandPerColl) {
9796
auto dauTrack = kinkCand.trackDaug_as<TracksFull>();
9897
auto mothTrack = kinkCand.trackMoth_as<TracksFull>();

0 commit comments

Comments
 (0)