Logo ROOT   6.08/07
Reference Guide
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 
22  fPrintLevel(MnPrint::Level()),
23  fStorageLevel(1),
24  fTracer(0)
25  {}
26 
27 
28  } // namespace Minuit2
29 
30 } // namespace ROOT
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Definition: StringConv.hxx:21