Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
Provenance
src
RunLumiEntryInfo.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/RunLumiEntryInfo.h
"
2
#include <ostream>
3
4
/*----------------------------------------------------------------------
5
6
----------------------------------------------------------------------*/
7
8
namespace
edm {
9
RunLumiEntryInfo::RunLumiEntryInfo
() :
10
branchID_(),
11
productStatus_(productstatus::
uninitialized
())
12
{}
13
14
RunLumiEntryInfo::~RunLumiEntryInfo
() {}
15
16
void
17
RunLumiEntryInfo::write
(std::ostream& os)
const
{
18
os <<
"branch ID = "
<<
branchID
() <<
'\n'
;
19
os <<
"product status = "
<<
productStatus
() <<
'\n'
;
20
}
21
22
bool
23
operator==
(
RunLumiEntryInfo
const
&
a
,
RunLumiEntryInfo
const
&
b
) {
24
return
25
a.
branchID
() == b.
branchID
()
26
&& a.
productStatus
() == b.
productStatus
();
27
}
28
}
edm::productstatus::uninitialized
ProductStatus uninitialized()
Definition:
ProductStatus.h:30
edm::RunLumiEntryInfo::~RunLumiEntryInfo
~RunLumiEntryInfo()
Definition:
RunLumiEntryInfo.cc:14
RunLumiEntryInfo.h
edm::RunLumiEntryInfo::write
void write(std::ostream &os) const
Definition:
RunLumiEntryInfo.cc:17
edm::RunLumiEntryInfo
Definition:
RunLumiEntryInfo.h:20
edm::operator==
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &)
Definition:
debugging_allocator.h:73
edm::RunLumiEntryInfo::branchID
BranchID const & branchID() const
Definition:
RunLumiEntryInfo.h:27
edm::RunLumiEntryInfo::RunLumiEntryInfo
RunLumiEntryInfo()
Definition:
RunLumiEntryInfo.cc:9
b
double b
Definition:
hdecay.h:120
edm::RunLumiEntryInfo::productStatus
ProductStatus const & productStatus() const
Definition:
RunLumiEntryInfo.h:28
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.5