Skip to content

Commit

Permalink
PWGUD: Fix compilation warnings (AliceO2Group#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera authored and hahassan7 committed May 17, 2024
1 parent 2ceceed commit 9e3af94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGUD/Tasks/upcJpsiCentralBarrelCorr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ struct upcJpsiCentralBarrel {
return true;
}

void process(UDCollisionFull const& collision, UDTracksFull const& tracks)
void process(UDCollisionFull const&, UDTracksFull const& tracks)
{
Statistics.get<TH1>(HIST("Statistics/hNumberOfCollisions"))->Fill(0); // number of collisions without any cuts

Expand Down

0 comments on commit 9e3af94

Please sign in to comment.