Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MnTiny.cxx
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#include "Minuit2/MnTiny.h"
11
12namespace ROOT {
13
14namespace Minuit2 {
15
16double MnTiny::One() const
17{
18 return fOne;
19}
20
21double MnTiny::operator()(double epsp1) const
22{
23 // evaluate minimal difference between two floating points
24 double result = epsp1 - One();
25 return result;
26}
27
28} // namespace Minuit2
29
30} // namespace ROOT
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
double One() const
Definition MnTiny.cxx:16
double operator()(double epsp1) const
Definition MnTiny.cxx:21
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...