You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related would be to move consistently to "vector< Whatever *>" instead of TClonesArray *Whatever, and have the pointers that go into the vector<> protected by std::unique_ptr.
I think it would be good to get consistent with this before too much code depends on this choice.
Update the code to use smart pointers instead of bare pointers
The text was updated successfully, but these errors were encountered: