Skip to content

Commit 6c159b3

Browse files
authored
Merge pull request #24 from alibuild/alibot-cleanup-15661
[PWGCF] Please consider the following formatting changes to #15661
2 parents f2629f0 + 10ee966 commit 6c159b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackCascadeExtended.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ struct femtoUniversePairTaskTrackCascadeExtended {
379379
void doCascadeQA([[maybe_unused]] const FilteredFDCollision& col, const TableType& parts, PartitionType& partsTwo, const aod::FDCascParticles& fdcascs)
380380
{
381381
auto groupPartsTwo = partsTwo->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache);
382-
382+
383383
// Basic particle loop
384384
for (const auto& part : groupPartsTwo) {
385385
CascQAExtra.fill(HIST("hMassXi"), part.mLambda());
@@ -432,7 +432,6 @@ struct femtoUniversePairTaskTrackCascadeExtended {
432432
CascQAExtra.fill(HIST("hDcaV0toPV"), casc.dcav0topv());
433433
}
434434
}
435-
436435
}
437436

438437
/// track - cascade correlations

0 commit comments

Comments
 (0)