ComPWA
Common Partial-Wave-Analysis Framework
|
ParObserver Base class parameter observer. More...
#include <ParObserver.hpp>
Public Member Functions | |
virtual void | update ()=0 |
Call this function to mark the observing node as modified. More... | |
ParObserver Base class parameter observer.
For the use in the function tree, the observer pattern is used. This class takes the role of the Observer. It's implemented by the TreeNode class, which then are able to observe a parameter and note changes.
Definition at line 23 of file ParObserver.hpp.
|
pure virtual |
Call this function to mark the observing node as modified.
Implemented in ComPWA::FunctionTree::TreeNode.