|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGCONFBASE_TRIGCONFMESSAGING_H
6 #define TRIGCONFBASE_TRIGCONFMESSAGING_H 1
16 #include <boost/thread/tss.hpp>
66 mutable boost::thread_specific_ptr<MsgStreamTC>
m_msg_tls;
boost::thread_specific_ptr< MsgStreamTC > m_msg_tls
MsgStreamTC instance (a std::cout like with print-out levels)
MsgStream for TrigConf classes.
Forward iterator to traverse the main components of the trigger configuration.
MsgStreamTC class to be used in TrigConf equivalent to Gaudi's MsgStream.
MsgStreamTC & msg() const
The standard message stream.
TrigConfMessaging()=delete
virtual ~TrigConfMessaging()=default
Destructor.
TrigConfMessaging(const std::string &name)
Constructor with parameters.
Class to provide easy access to TrigConf::MsgStream for TrigConf classes.
bool msgLvl(const MSGTC::Level lvl) const
Test the output level.
TrigConfMessaging(const TrigConfMessaging &rhs)=delete
TrigConfMessaging & operator=(const TrigConfMessaging &rhs)=delete