Skip to content

Commit

Permalink
Fix unused-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Jul 10, 2024
1 parent f3b49c9 commit b233d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGUD/Core/UDHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ bool cleanCalo(T const& bc, aod::Calos& calos, std::vector<float>& /*lims*/, Sli
// -----------------------------------------------------------------------------
// check if all tracks come from same MCCollision
template <typename T>
int64_t sameMCCollision(T tracks, aod::McCollisions mccols, aod::McParticles mcparts)
int64_t sameMCCollision(T tracks, aod::McCollisions, aod::McParticles)
{
int64_t colID = -1;
for (auto const& track : tracks) {
Expand Down

0 comments on commit b233d8c

Please sign in to comment.