diff --git a/PWGUD/Tasks/flowCorrelationsUpc.cxx b/PWGUD/Tasks/flowCorrelationsUpc.cxx index f432d45dedf..9dcb3cac9bd 100644 --- a/PWGUD/Tasks/flowCorrelationsUpc.cxx +++ b/PWGUD/Tasks/flowCorrelationsUpc.cxx @@ -224,7 +224,7 @@ struct FlowCorrelationsUpc { template bool trackSelected(TTrack track) { - registry.fill(HIST("hTrackCount"), 0.5); + // registry.fill(HIST("hTrackCount"), 0.5); // UPC selection if (!track.isPVContributor()) { return false;