#include "Rivet/Rivet.hh"
Go to the source code of this file.
Classes | |
class | Log |
Namespaces | |
namespace | Rivet |
Defines | |
#define | MSG_LVL(lvl, x) |
#define | MSG_TRACE(x) MSG_LVL(Log::TRACE, x) |
#define | MSG_DEBUG(x) MSG_LVL(Log::DEBUG, x) |
#define | MSG_INFO(x) MSG_LVL(Log::INFO, x) |
#define | MSG_WARNING(x) MSG_LVL(Log::WARNING, x) |
#define | MSG_ERROR(x) MSG_LVL(Log::ERROR, x) |
Functions | |
std::ostream & | operator<< (Log &log, int level) |
Streaming output to a logger must have a Log::Level/int as its first argument. |
#define MSG_DEBUG | ( | x | ) | MSG_LVL(Log::DEBUG, x) |
Definition at line 181 of file Logging.hh.
Referenced by Spherocity::_calcSpherocity(), FastJets::_init1(), AnalysisHandler::addAnalysis(), UA1_1990_S2044935::analyze(), PDG_HADRON_MULTIPLICITIES::analyze(), MC_TTBAR::analyze(), MC_GENERIC::analyze(), JADE_OPAL_2000_S4300807::analyze(), ExampleAnalysis::analyze(), D0_2004_S5992206::analyze(), CDF_2008_S7782535::analyze(), CDF_2005_S6217184::analyze(), CDF_2000_S4155203::analyze(), CDF_1994_S2952106::analyze(), ATLAS_2011_S9019561::analyze(), ATLAS_2011_S8994773::analyze(), ATLAS_2011_S8983313::analyze(), ATLAS_2011_S8924791::analyze(), ATLAS_2011_CONF_2011_090::analyze(), ATLAS_2010_S8914702::analyze(), ATLAS_2010_S8894728::analyze(), ATLAS_2010_S8817804::analyze(), AnalysisHandler::analyze(), JetShape::calc(), InvMassFinalState::calc(), FastJets::calc(), CDF_2009_S8233977::finalize(), AnalysisHandler::finalize(), AnalysisHandler::init(), JetAlg::jets(), AnalysisInfo::make(), UnstableFinalState::project(), AnalysisHandler::removeAnalysis(), AnalysisHandler::setRunBeams(), and FastJets::splitJet().
#define MSG_ERROR | ( | x | ) | MSG_LVL(Log::ERROR, x) |
Definition at line 184 of file Logging.hh.
Referenced by AnalysisInfo::make(), Analysis::normalize(), and Analysis::scale().
#define MSG_INFO | ( | x | ) | MSG_LVL(Log::INFO, x) |
Definition at line 182 of file Logging.hh.
Referenced by AnalysisHandler::finalize().
#define MSG_LVL | ( | lvl, | |||
x | ) |
do { \ if (getLog().isActive(lvl)) { \ getLog() << lvl << x << endl; \ } \ } while (0)
Definition at line 173 of file Logging.hh.
#define MSG_TRACE | ( | x | ) | MSG_LVL(Log::TRACE, x) |
Definition at line 180 of file Logging.hh.
Referenced by Analysis::_cacheBinEdges(), Analysis::_cacheXAxisData(), AnalysisLoader::_loadAnalysisPlugins(), AnalysisLoader::_registerBuilder(), Analysis::binEdges(), Analysis::bookDataPointSet(), Analysis::bookHistogram1D(), Analysis::bookHistogram2D(), Analysis::bookProfile1D(), InvMassFinalState::calc(), AnalysisInfo::make(), Analysis::normalize(), UnstableFinalState::project(), and Analysis::scale().
#define MSG_WARNING | ( | x | ) | MSG_LVL(Log::WARNING, x) |
Definition at line 183 of file Logging.hh.
Referenced by Spherocity::_calcSpherocity(), AnalysisLoader::_loadAnalysisPlugins(), AnalysisLoader::_registerBuilder(), AnalysisHandler::addAnalysis(), UA1_1990_S2044935::finalize(), AnalysisHandler::init(), and Analysis::normalize().