34 os <<
"EventStreamConfigurationInfo:" << std::endl
35 <<
" Stream label: " << ci.streamLabel() << std::endl
36 <<
" Maximum file size, MB: " << ci.maxFileSizeMB() << std::endl
37 <<
" HLT output: " << ci.outputModuleLabel() << std::endl
38 <<
" Fraction of events written to disk: " << ci.fractionToDisk() << std::endl
39 <<
" Stream Id: " << ci.streamId() << std::endl;
41 os <<
" Event filters:";
42 if (ci.triggerSelection().size()) {
43 os << std::endl << ci.triggerSelection();
46 for(
unsigned int i = 0;
i < ci.eventSelection().size(); ++
i )
48 os << std::endl <<
" " << ci.eventSelection()[
i];
const std::string & triggerSelection() const
double fractionToDisk() const
const int maxFileSizeMB() const
const Strings & eventSelection() const
const std::string & streamLabel() const
bool operator<(const FedChannelConnection &, const FedChannelConnection &)
std::string outputModuleLabel_
StreamID streamId() const
std::string triggerSelection_
const std::string & outputModuleLabel() const