ComPWA / ComPWA-legacy

[deprecated] C++ back-end for the Common Partial Wave Analysis framework
https://compwa.github.io/legacy
Other
9 stars 9 forks source link

TreeNodes will not destruct themselves #281

Closed spflueger closed 4 years ago

spflueger commented 4 years ago

A FunctionTree can currently not be deleted because of the cyclic linking of the TreeNodes amongst each other (Parent <-> Daughter). Also the Observer Pattern is introducing this cyclic dependency for TreeNodes with Parameters.

Expected effort: 2d