Skip to content

Commit

Permalink
Fixing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored Jan 18, 2025
1 parent c781bb3 commit dfacae9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
if (cfgProcessMM) {
doSameEvent<false>(thegroupPartsTwo, thegroupPartsTwo, parts, col.magField(), col.multV0M(), 3, fillQA);
}
delete randgen;
delete randgen;
}
PROCESS_SWITCH(femtoUniversePairTaskTrackTrackSpherHarMultKtExtended, processSameEventMC, "Enable processing same event for Monte Carlo", false);

Expand Down Expand Up @@ -764,7 +764,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
auto groupPartsOne = partsTwoMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex(), cache);
auto groupPartsTwo = partsTwoMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex(), cache);
doMixedEvent<false>(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 3);
}
}
}
delete randgen;
}
Expand All @@ -777,4 +777,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
adaptAnalysisTask<femtoUniversePairTaskTrackTrackSpherHarMultKtExtended>(cfgc),
};
return workflow;
}
}

0 comments on commit dfacae9

Please sign in to comment.