ROOT
master
Reference Guide
Loading...
Searching...
No Matches
MnParabolaFactory.h
Go to the documentation of this file.
1
// @(#)root/minuit2:$Id$
2
// Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005
3
4
/**********************************************************************
5
* *
6
* Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT *
7
* *
8
**********************************************************************/
9
10
#ifndef ROOT_Minuit2_MnParabolaFactory
11
#define ROOT_Minuit2_MnParabolaFactory
12
13
namespace
ROOT
{
14
15
namespace
Minuit2 {
16
17
class
MnParabola;
18
class
MnParabolaPoint;
19
20
class
MnParabolaFactory
{
21
22
public
:
23
MnParabolaFactory
() {}
24
25
~MnParabolaFactory
() {}
26
27
MnParabola
operator()
(
const
MnParabolaPoint
&,
const
MnParabolaPoint
&,
const
MnParabolaPoint
&)
const
;
28
29
MnParabola
operator()
(
const
MnParabolaPoint
&,
double
,
const
MnParabolaPoint
&)
const
;
30
31
private
:
32
};
33
34
}
// namespace Minuit2
35
36
}
// namespace ROOT
37
38
#endif
// ROOT_Minuit2_MnParabolaFactory
ROOT::Minuit2::MnParabolaFactory
Definition
MnParabolaFactory.h:20
ROOT::Minuit2::MnParabolaFactory::MnParabolaFactory
MnParabolaFactory()
Definition
MnParabolaFactory.h:23
ROOT::Minuit2::MnParabolaFactory::operator()
MnParabola operator()(const MnParabolaPoint &, const MnParabolaPoint &, const MnParabolaPoint &) const
Definition
MnParabolaFactory.cxx:19
ROOT::Minuit2::MnParabolaFactory::~MnParabolaFactory
~MnParabolaFactory()
Definition
MnParabolaFactory.h:25
ROOT::Minuit2::MnParabolaPoint
A point of a parabola.
Definition
MnParabolaPoint.h:36
ROOT::Minuit2::MnParabola
This class defines a parabola of the form a*x*x + b*x + c.
Definition
MnParabola.h:30
ROOT
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition
EExecutionPolicy.hxx:4
math
minuit2
inc
Minuit2
MnParabolaFactory.h
ROOT master - Reference Guide Generated on Sat Nov 16 2024 09:38:34 (GVA Time) using Doxygen 1.9.8