ComPWA
Common Partial-Wave-Analysis Framework
Estimator.hpp
Go to the documentation of this file.
1
// Copyright (c) 2013, 2017 The ComPWA Team.
2
// This file is part of the ComPWA framework, check
3
// https://github.com/ComPWA/ComPWA/license.txt for details.
4
5
#ifndef COMPWA_ESTIMATOR_ESTIMATOR_HPP_
6
#define COMPWA_ESTIMATOR_ESTIMATOR_HPP_
7
8
#include "
Core/Function.hpp
"
9
10
namespace
ComPWA
{
11
namespace
Estimator {
12
23
template
<
typename
OutputType>
class
Estimator
:
public
Function
<OutputType> {};
24
25
}
// namespace Estimator
26
}
// namespace ComPWA
27
28
#endif
ComPWA
Definition:
Efficiency.cpp:7
Function.hpp
ComPWA::Estimator::Estimator
This class template provides the interface to implementations, which estimate the "closeness" of a Fu...
Definition:
Estimator.hpp:23
ComPWA::Function
Interface template for a general Function of the form OutputType Function(InputTypes) The concept clo...
Definition:
Function.hpp:24
Estimator
Estimator.hpp
Generated on Mon Jun 22 2020 13:03:33 for ComPWA by
1.8.13