ComPWA
Common Partial-Wave-Analysis Framework
ComPWA::FunctionTree::Exp Class Reference

#include <Functions.hpp>

Public Member Functions

 Exp (ParType out)
 
virtual ~Exp ()
 
virtual void execute (ParameterList &paras, std::shared_ptr< Parameter > &out)
 Strategy execution. More...
 
- Public Member Functions inherited from ComPWA::FunctionTree::Strategy
 Strategy (ParType out, std::string name)
 
virtual ~Strategy ()=default
 
virtual const ParType OutType () const
 Return parameter type. More...
 
std::string str () const
 

Additional Inherited Members

- Protected Attributes inherited from ComPWA::FunctionTree::Strategy
ParType checkType
 
const std::string Name
 

Detailed Description

Definition at line 125 of file Functions.hpp.

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

Constructor & Destructor Documentation

◆ Exp()

ComPWA::FunctionTree::Exp::Exp ( ParType  out)
inline

Definition at line 127 of file Functions.hpp.

◆ ~Exp()

virtual ComPWA::FunctionTree::Exp::~Exp ( )
inlinevirtual

Definition at line 129 of file Functions.hpp.

Member Function Documentation

◆ execute()

void ComPWA::FunctionTree::Exp::execute ( ParameterList paras,
std::shared_ptr< Parameter > &  out 
)
virtual

Strategy execution.

Implements ComPWA::FunctionTree::Strategy.

Definition at line 631 of file Functions.cpp.


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