Logo ROOT  
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
11#include "Minuit2/MnPrint.h"
12
13
14namespace ROOT {
15
16 namespace Minuit2 {
17
19 fPrintLevel(MnPrint::Level()),
20 fStorageLevel(1),
21 fTracer(0)
22 {}
23
25 {
26 // set global printlevel to be same as local
27 //std::cout << "set global print level to " << printLevel << std::endl;
29 }
31 {
32 //std::cout << "reset global print level to " << fPrevGlobLevel << std::endl;
33 MnPrint::SetLevel(fPrevGlobLevel);
34 }
35
36 } // namespace Minuit2
37
38} // namespace ROOT
static int SetLevel(int level)
Definition: MnPrint.cxx:41
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition: StringConv.hxx:21