Skip to content

Commit

Permalink
AOD: Missing default init
Browse files Browse the repository at this point in the history
  • Loading branch information
f3sch authored and shahor02 committed Dec 8, 2024
1 parent ecd04ae commit 8157b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class AODProducerWorkflowDPL : public Task
std::unordered_set<GIndex> mGIDUsedBySVtx;
std::unordered_set<GIndex> mGIDUsedByStr;

AODProducerStreamerMask mStreamerMask;
AODProducerStreamerMask mStreamerMask{0};
std::shared_ptr<o2::utils::TreeStreamRedirector> mStreamer;

int mNThreads = 1;
Expand Down

0 comments on commit 8157b07

Please sign in to comment.