41 <<
" --- famous quotes ---\n"
42 <<
" - God does not play dice with the Universe.\n"
43 <<
" - 640K of memory should be enough for anybody.\n"
44 <<
" - Always code as if the guy maintaining your code would be a violent psychopath knowing where you live.\n"
45 <<
" - In a few minutes a computer can make a mistake so great that it would have taken many men many months "
47 <<
" - GIGO is not a design pattern.\n"
48 <<
" --- famous quotes --- [DONE]" <<
endmsg;
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
#define DECLARE_COMPONENT(type)
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
Algorithm(std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
Constructor.
const std::string & name() const override
The identifying name of the algorithm object.
StatusCode finalize() override
StatusCode execute() override
QotdAlg(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize() override
unsigned int m_evtCnt
a dumb event counter
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
This class is used for returning status codes from appropriate routines.
constexpr static const auto SUCCESS