ComPWA
Common Partial-Wave-Analysis Framework
ComPWA::FunctionTree::ParObserver Class Referenceabstract

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...
 

Detailed Description

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.

+ Inheritance diagram for ComPWA::FunctionTree::ParObserver:
+ Collaboration diagram for ComPWA::FunctionTree::ParObserver:

Member Function Documentation

◆ update()

virtual void ComPWA::FunctionTree::ParObserver::update ( )
pure virtual

Call this function to mark the observing node as modified.

Implemented in ComPWA::FunctionTree::TreeNode.


The documentation for this class was generated from the following file: