CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RooFitGlobalKillSentry.h
Go to the documentation of this file.
1 #ifndef HiggsAnalysis_CombinedLimit_RooFitGlobalKillSentry_
2 #define HiggsAnalysis_CombinedLimit_RooFitGlobalKillSentry_
3 
4 #include <RooMsgService.h>
5 
9  public:
11  globalKill_(RooMsgService::instance().globalKillBelow())
12  {
13  RooMsgService::instance().setGlobalKillBelow(level);
14  }
15 
17  RooMsgService::instance().setGlobalKillBelow(globalKill_);
18  }
19  private:
20  RooFit::MsgLevel globalKill_;
21 };
22 #endif
static PFTauRenderPlugin instance
static const int WARNING
RooFitGlobalKillSentry(RooFit::MsgLevel level=RooFit::WARNING)
tuple level
Definition: testEve_cfg.py:34