Skip to content

Commit 48da965

Browse files
authored
[PWGUD] refix htrackcount error (#15084)
1 parent 0688089 commit 48da965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/flowCorrelationsUpc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ struct FlowCorrelationsUpc {
224224
template <typename TTrack>
225225
bool trackSelected(TTrack track)
226226
{
227-
registry.fill(HIST("hTrackCount"), 0.5);
227+
// registry.fill(HIST("hTrackCount"), 0.5);
228228
// UPC selection
229229
if (!track.isPVContributor()) {
230230
return false;

0 commit comments

Comments
 (0)