Skip to content

Commit eaae55b

Browse files
authored
refix htrackcount error
1 parent 42b2e5c commit eaae55b

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)