26 fatal() <<
"Error. Cannot initialize base class." <<
endmsg;
33 fatal() <<
"Error retrieving IncidentSvc." <<
endmsg;
58 error() <<
"Error connecting/creating Stream: " <<
s <<
endmsg;
60 error() <<
"Error connecting/creating Stream: " << input <<
endmsg;
69 for (
auto& i : inputs ) {
90 s->setSelector(
sel );
115 error() <<
"Failed to create IEvtSelector " << typ <<
"/" << nam <<
endmsg;
125 isvc->finalize().ignore();
126 s->finalize().ignore();
183 if (
s->isInitialized() ) {
186 error() <<
"Error finalizing Stream" << il <<
endmsg;
192 error() <<
"Error diconnecting Stream" << il <<
endmsg;
243 esds = previousStream;
Implementation of property with value of concrete type.
MsgStream & warning() const
shortcut for the method msgStream(MSG::WARNING)
The Event Selector Interface.
constexpr static const auto SUCCESS
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
virtual StatusCode sysInitialize()=0
Initialize Service.
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
virtual StatusCode setProperty(const Gaudi::Details::PropertyBase &p)=0
Set the property by property.
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
virtual void fireIncident(const Incident &incident)=0
Fire an Incident.
This class is used for returning status codes from appropriate routines.
const StatusCode & ignore() const
Ignore/check StatusCode.
const std::string & definition() const
Retrieve definition string.
Definition of class EventSelectorDataStream.
Base class for all Incidents (computing events).
constexpr static const auto FAILURE
SmartIF< IFace > make_SmartIF(IFace *iface)
void reset(TYPE *ptr=nullptr)
Set the internal pointer to the passed one disposing of the old one.
MsgStream & fatal() const
shortcut for the method msgStream(MSG::FATAL)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.