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.
1 parent c898fc6 commit 2d0c3f6Copy full SHA for 2d0c3f6
PWGCF/Tasks/correlations.cxx
@@ -930,7 +930,7 @@ struct CorrelationTask {
930
void processMixedDerivedT(CollType const& collisions, TrackTypes&&... tracks)
931
{
932
auto getMultiplicity =
933
- [&collisions, this](auto& col) {
+ [](auto& col) {
934
if constexpr (std::experimental::is_detected<HasMultSet, CollType>::value) {
935
if (!passOutlier(col))
936
return -1.0f;
0 commit comments