32 const std::string& name,
80 std::ostringstream strname;
98 log <<
MSG::ERROR <<
"Error connecting/creating Stream: " << input <<
endmsg;
110 for ( StreamSpecs::const_iterator itr = inputs.begin(); itr != inputs.end() && status.
isSuccess(); ++itr ) {
139 for(Properties::const_iterator
i=p.begin();
i!=p.end();
i++) {
140 prop->setProperty((*
i)).ignore();
143 prop->setProperty(
IntegerProperty(
"OutputLevel",output_level)).ignore();
145 return isvc->sysInitialize();
164 log <<
MSG::ERROR <<
"Failed to create IEvtSelector " << typ <<
"/" << nam <<
endmsg;
175 isvc->finalize().ignore();
220 if ( (*i)->definition() == info ) {
228 if ( (pos >= 0) && ((
size_t)pos <
m_streams.size()) )
297 std::ostringstream nam;
336 esds = previousStream;