#include "Rivet/Rivet.hh"
#include "Rivet/Event.fhh"
#include "Rivet/Projection.fhh"
#include "Rivet/ProjectionApplier.fhh"
#include "Rivet/ProjectionHandler.hh"
#include "Rivet/Tools/Logging.hh"
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Classes | |
class | ProjectionApplier |
Common base class for Projection and Analysis, used for internal polymorphism. More... | |
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) |
#define MSG_DEBUG | ( | x | ) | MSG_LVL(Log::DEBUG, x) |
Definition at line 21 of file ProjectionApplier.hh.
Referenced by JADE_OPAL_2000_S4300807::analyze(), ExampleAnalysis::analyze(), and D0_2004_S5992206::analyze().
#define MSG_ERROR | ( | x | ) | MSG_LVL(Log::ERROR, x) |
Definition at line 24 of file ProjectionApplier.hh.
#define MSG_INFO | ( | x | ) | MSG_LVL(Log::INFO, x) |
Definition at line 22 of file ProjectionApplier.hh.
#define MSG_LVL | ( | lvl, | |||
x | ) |
Value:
do { \ if (this->getLog().isActive(lvl)) { \ this->getLog() << lvl << x << endl; \ } \ } while (0)
Definition at line 13 of file ProjectionApplier.hh.
#define MSG_TRACE | ( | x | ) | MSG_LVL(Log::TRACE, x) |
Definition at line 20 of file ProjectionApplier.hh.
#define MSG_WARNING | ( | x | ) | MSG_LVL(Log::WARNING, x) |
Definition at line 23 of file ProjectionApplier.hh.