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
{}
12
13
RunLumiEntryInfo::~RunLumiEntryInfo
() {}
14
15
void
16
RunLumiEntryInfo::write
(std::ostream& os)
const
{
17
os <<
"branch ID = "
<<
branchID
() <<
'\n'
;
18
}
19
20
bool
21
operator==
(
RunLumiEntryInfo
const
&
a
,
RunLumiEntryInfo
const
&
b
) {
22
return
a.
branchID
() == b.
branchID
();
23
}
24
}
edm::RunLumiEntryInfo::~RunLumiEntryInfo
~RunLumiEntryInfo()
Definition:
RunLumiEntryInfo.cc:13
RunLumiEntryInfo.h
edm::RunLumiEntryInfo::write
void write(std::ostream &os) const
Definition:
RunLumiEntryInfo.cc:16
edm::RunLumiEntryInfo
Definition:
RunLumiEntryInfo.h:19
edm::operator==
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &)
Definition:
debugging_allocator.h:72
edm::RunLumiEntryInfo::branchID
BranchID const & branchID() const
Definition:
RunLumiEntryInfo.h:26
edm::RunLumiEntryInfo::RunLumiEntryInfo
RunLumiEntryInfo()
Definition:
RunLumiEntryInfo.cc:9
b
double b
Definition:
hdecay.h:120
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.5