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

#include <Functions.hpp>

Public Member Functions

 Pow (ParType out, int power_)
 
virtual ~Pow ()
 
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
 

Private Attributes

int power
 

Additional Inherited Members

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

Detailed Description

Definition at line 134 of file Functions.hpp.

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

Constructor & Destructor Documentation

◆ Pow()

ComPWA::FunctionTree::Pow::Pow ( ParType  out,
int  power_ 
)
inline

Definition at line 138 of file Functions.hpp.

◆ ~Pow()

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

Definition at line 140 of file Functions.hpp.

Member Function Documentation

◆ execute()

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

Strategy execution.

Implements ComPWA::FunctionTree::Strategy.

Definition at line 714 of file Functions.cpp.

Member Data Documentation

◆ power

int ComPWA::FunctionTree::Pow::power
private

Definition at line 135 of file Functions.hpp.


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