Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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 #include "Minuit2/MnPrint.h"
12 
13 
14 namespace ROOT {
15 
16  namespace Minuit2 {
17 
18  MinimumBuilder::MinimumBuilder() :
19  fPrintLevel(MnPrint::Level()),
20  fStorageLevel(1),
21  fTracer(0)
22  {}
23 
24 
25  } // namespace Minuit2
26 
27 } // namespace ROOT