We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546f0f0 commit 81b6fd5Copy full SHA for 81b6fd5
1 file changed
Modules/TPC/src/Utility.cxx
@@ -94,7 +94,7 @@ o2::tpc::ClusterNativeAccess clusterHandler(o2::framework::InputRecord& input)
94
std::vector<o2::dataformats::ConstMCLabelContainerView> mcInputsDummy;
95
memset(&clusterIndex, 0, sizeof(clusterIndex));
96
ClusterNativeHelper::Reader::fillIndex(clusterIndex, clusterBuffer, clustersMCBufferDummy,
97
- inputs, mcInputsDummy, [&validInputs](auto& index) { return validInputs.test(index); });
+ inputs, mcInputsDummy);
98
99
return clusterIndex;
100
}
0 commit comments