|
||||
File indexing completed on 2025-01-18 10:11:15
0001 // Author: Stephan Hageboeck, CERN 23 Mar 2020 0002 /************************************************************************* 0003 * Copyright (C) 1995-2008, Rene Brun and Fons Rademakers. * 0004 * All rights reserved. * 0005 * * 0006 * For the licensing terms see $ROOTSYS/LICENSE. * 0007 * For the list of contributors see $ROOTSYS/README/CREDITS. * 0008 *************************************************************************/ 0009 0010 #ifndef ROOFIT_HISTFACTORY_INC_HFMSGSERVICE_H_ 0011 #define ROOFIT_HISTFACTORY_INC_HFMSGSERVICE_H_ 0012 0013 #include "RooMsgService.h" 0014 0015 // Shortcut definitions to issue HistFactory messages through the RooMsgService. 0016 #define cxcoutDHF oocxcoutD((TObject*)nullptr, HistFactory) 0017 #define cxcoutIHF oocxcoutI((TObject*)nullptr, HistFactory) 0018 #define cxcoutPHF oocxcoutP((TObject*)nullptr, HistFactory) 0019 #define cxcoutWHF oocxcoutW((TObject*)nullptr, HistFactory) 0020 #define cxcoutEHF oocxcoutE((TObject*)nullptr, HistFactory) 0021 #define cxcoutFHF oocxcoutF((TObject*)nullptr, HistFactory) 0022 0023 #endif /* ROOFIT_HISTFACTORY_INC_HFMSGSERVICE_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |