Skip to content

Commit 3412c05

Browse files
committed
Please consider the following formatting changes
1 parent b1010a8 commit 3412c05

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)