Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
HFMsgService.h
Go to the documentation of this file.
1// Author: Stephan Hageboeck, CERN 23 Mar 2020
2/*************************************************************************
3 * Copyright (C) 1995-2008, Rene Brun and Fons Rademakers. *
4 * All rights reserved. *
5 * *
6 * For the licensing terms see $ROOTSYS/LICENSE. *
7 * For the list of contributors see $ROOTSYS/README/CREDITS. *
8 *************************************************************************/
9
10#ifndef ROOFIT_HISTFACTORY_INC_HFMSGSERVICE_H_
11#define ROOFIT_HISTFACTORY_INC_HFMSGSERVICE_H_
12
13#include "RooMsgService.h"
14
15// Shortcut definitions to issue HistFactory messages through the RooMsgService.
16#define cxcoutDHF oocxcoutD((TObject*)nullptr, HistFactory)
17#define cxcoutIHF oocxcoutI((TObject*)nullptr, HistFactory)
18#define cxcoutPHF oocxcoutP((TObject*)nullptr, HistFactory)
19#define cxcoutWHF oocxcoutW((TObject*)nullptr, HistFactory)
20#define cxcoutEHF oocxcoutE((TObject*)nullptr, HistFactory)
21#define cxcoutFHF oocxcoutF((TObject*)nullptr, HistFactory)
22
23#endif /* ROOFIT_HISTFACTORY_INC_HFMSGSERVICE_H_ */