Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
StorageManager
src
ErrorStreamConfigurationInfo.cc
Go to the documentation of this file.
1
// $Id: ErrorStreamConfigurationInfo.cc,v 1.7 2011/03/07 15:31:32 mommsen Exp $
3
4
#include "
EventFilter/StorageManager/interface/ErrorStreamConfigurationInfo.h
"
5
#include <ostream>
6
7
using
stor::ErrorStreamConfigurationInfo
;
8
9
10
bool
ErrorStreamConfigurationInfo::operator<
(
const
ErrorStreamConfigurationInfo
& other)
const
11
{
12
if
(
streamLabel_
!= other.
streamLabel
() )
13
return
(
streamLabel_
< other.
streamLabel
() );
14
if
(
streamId_
!= other.
streamId
() )
15
return
(
streamId_
< other.
streamId
() );
16
return
(
maxFileSizeMB_
< other.
maxFileSizeMB
() );
17
}
18
19
std::ostream&
stor::operator
<<
20
(
21
std::ostream& os,
22
const
ErrorStreamConfigurationInfo
& ci
23
)
24
{
25
os <<
"ErrorStreamConfigurationInfo:"
<< std::endl
26
<<
" Stream label: "
<< ci.streamLabel() << std::endl
27
<<
" Maximum file size, MB: "
<< ci.maxFileSizeMB() << std::endl
28
<<
" Stream Id: "
<< ci.streamId() << std::endl;
29
30
return
os;
31
}
32
33
stor::ErrorStreamConfigurationInfo::streamId_
StreamID streamId_
Definition:
ErrorStreamConfigurationInfo.h:61
stor::ErrorStreamConfigurationInfo::streamLabel
const std::string & streamLabel() const
Definition:
ErrorStreamConfigurationInfo.h:43
cppFunctionSkipper.operator
string operator
Definition:
cppFunctionSkipper.py:10
stor::ErrorStreamConfigurationInfo::maxFileSizeMB_
int maxFileSizeMB_
Definition:
ErrorStreamConfigurationInfo.h:60
stor::ErrorStreamConfigurationInfo
Definition:
ErrorStreamConfigurationInfo.h:26
operator<
bool operator<(const FedChannelConnection &, const FedChannelConnection &)
Definition:
FedChannelConnection.cc:75
ErrorStreamConfigurationInfo.h
stor::ErrorStreamConfigurationInfo::maxFileSizeMB
const int maxFileSizeMB() const
Definition:
ErrorStreamConfigurationInfo.h:44
stor::ErrorStreamConfigurationInfo::streamLabel_
std::string streamLabel_
Definition:
ErrorStreamConfigurationInfo.h:59
stor::ErrorStreamConfigurationInfo::streamId
StreamID streamId() const
Definition:
ErrorStreamConfigurationInfo.h:45
Generated for CMSSW Reference Manual by
1.8.5