ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
math
minuit2
src
MinimumBuilder.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/MinimumBuilder.h
"
11
12
#if defined(DEBUG) || defined(WARNINGMSG)
13
#include "
Minuit2/MnPrint.h
"
14
#endif
15
16
17
namespace
ROOT
{
18
19
namespace
Minuit2 {
20
21
MinimumBuilder::MinimumBuilder
() :
22
fPrintLevel(
MnPrint
::Level()),
23
fStorageLevel(1),
24
fTracer(0)
25
{}
26
27
28
}
// namespace Minuit2
29
30
}
// namespace ROOT
ROOT
Namespace for new ROOT classes and functions.
Definition:
ROOT.py:1
ROOT::Minuit2::MinimumBuilder::MinimumBuilder
MinimumBuilder()
Definition:
MinimumBuilder.cxx:21
MinimumBuilder.h
ROOT::Minuit2::MnPrint
Definition:
MnPrint.h:74
MnPrint.h