Go to the documentation of this file.
39 if ( msgLevel(
MSG::DEBUG ) ) debug() <<
"Reading " << m_addressfile.value() <<
endmsg;
42 while ( input.good() ) {
45 if ( input.eof() )
break;
46 m_addresses.push_back( addr );
48 if ( msgLevel(
MSG::DEBUG ) ) debug() <<
"Read " << m_addresses.size() <<
" addresses" <<
endmsg;
65 error() <<
"Cannot add entry 'Extra' to the TES" <<
endmsg;
71 error() <<
"Failed to register the address to the extra data" <<
endmsg;
81 info() <<
"Base event tracks: " << trks1->size() <<
endmsg;
83 warning() <<
"No tracks container in base event" <<
endmsg;
85 info() <<
"Extra event tracks: " << trks2->size() <<
endmsg;
87 warning() <<
"No tracks container in extra event" <<
endmsg;
SmartIF< IDataProviderSvc > & eventSvc() const
The standard event data service.
StatusCode initialize() override
the default (empty) implementation of IStateful::initialize() method
void clear(STATE_TYPE _i=std::ios_base::failbit)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
constexpr static const auto SUCCESS
A small class used to access easily (and efficiently) data items residing in data stores.
#define DECLARE_COMPONENT(type)