We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1010a8 + 3412c05 commit 56c72fbCopy full SHA for 56c72fb
PWGLF/Tasks/Strangeness/sigmaminustask.cxx
@@ -41,7 +41,6 @@ struct sigmaminustask {
41
42
Preslice<aod::KinkCands> mPerCol = aod::track::collisionId;
43
44
-
45
void init(InitContext const&)
46
{
47
// Axes
@@ -92,7 +91,7 @@ struct sigmaminustask {
92
91
}
93
94
rEventSelection.fill(HIST("hVertexZRec"), collision.posZ());
95
- auto kinkCandPerColl = KinkCands.sliceBy(mPerCol, collision.globalIndex());
+ auto kinkCandPerColl = KinkCands.sliceBy(mPerCol, collision.globalIndex());
96
for (const auto& kinkCand : kinkCandPerColl) {
97
auto dauTrack = kinkCand.trackDaug_as<TracksFull>();
98
auto mothTrack = kinkCand.trackMoth_as<TracksFull>();
0 commit comments