ATLAS Offline Software
Macros
Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRG_MSG_LVL_NOCHK(lvl, x)   this->msg(lvl) << x << TrigConf::endmsgtc
 
#define TRG_MSG_LVL(lvl, x)   if (this->msgLvl (lvl)) {TRG_MSG_LVL_NOCHK(lvl, x);}
 
#define TRG_MSG_VERBOSE(x)   TRG_MSG_LVL(TrigConf::MSGTC::VERBOSE, x)
 
#define TRG_MSG_DEBUG(x)   TRG_MSG_LVL(TrigConf::MSGTC::DEBUG, x)
 
#define TRG_MSG_INFO(x)   TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::INFO, x)
 
#define TRG_MSG_WARNING(x)   TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::WARNING, x)
 
#define TRG_MSG_ERROR(x)   TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ERROR, x)
 
#define TRG_MSG_FATAL(x)   TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::FATAL, x)
 
#define TRG_MSG_ALWAYS(x)   TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ALWAYS, x)
 
#define TRG_MSG(lvl)   if (this->msgLvl(TrigConf::MSGTC::lvl)) this->msg(TrigConf::MSGTC::lvl)
 

Macro Definition Documentation

◆ TRG_MSG

#define TRG_MSG (   lvl)    if (this->msgLvl(TrigConf::MSGTC::lvl)) this->msg(TrigConf::MSGTC::lvl)

◆ TRG_MSG_ALWAYS

#define TRG_MSG_ALWAYS (   x)    TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ALWAYS, x)

◆ TRG_MSG_DEBUG

#define TRG_MSG_DEBUG (   x)    TRG_MSG_LVL(TrigConf::MSGTC::DEBUG, x)

◆ TRG_MSG_ERROR

#define TRG_MSG_ERROR (   x)    TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ERROR, x)

◆ TRG_MSG_FATAL

#define TRG_MSG_FATAL (   x)    TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::FATAL, x)

◆ TRG_MSG_INFO

#define TRG_MSG_INFO (   x)    TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::INFO, x)

◆ TRG_MSG_LVL

#define TRG_MSG_LVL (   lvl,
  x 
)    if (this->msgLvl (lvl)) {TRG_MSG_LVL_NOCHK(lvl, x);}

◆ TRG_MSG_LVL_NOCHK

#define TRG_MSG_LVL_NOCHK (   lvl,
  x 
)    this->msg(lvl) << x << TrigConf::endmsgtc

◆ TRG_MSG_VERBOSE

#define TRG_MSG_VERBOSE (   x)    TRG_MSG_LVL(TrigConf::MSGTC::VERBOSE, x)

◆ TRG_MSG_WARNING

#define TRG_MSG_WARNING (   x)    TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::WARNING, x)