CMS 3D CMS Logo

RunLumiEntryInfo.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 /*----------------------------------------------------------------------
5 
6 ----------------------------------------------------------------------*/
7 
8 namespace edm {
10 
12 
13  void RunLumiEntryInfo::write(std::ostream& os) const { os << "branch ID = " << branchID() << '\n'; }
14 
15  bool operator==(RunLumiEntryInfo const& a, RunLumiEntryInfo const& b) { return a.branchID() == b.branchID(); }
16 } // namespace edm
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::operator==
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
Definition: debugging_allocator.h:72
edm::RunLumiEntryInfo::RunLumiEntryInfo
RunLumiEntryInfo()
Definition: RunLumiEntryInfo.cc:9
b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119
RunLumiEntryInfo.h
edm::RunLumiEntryInfo
Definition: RunLumiEntryInfo.h:19
edm::RunLumiEntryInfo::branchID
BranchID const & branchID() const
Definition: RunLumiEntryInfo.h:26
edm::RunLumiEntryInfo::write
void write(std::ostream &os) const
Definition: RunLumiEntryInfo.cc:13
edm::RunLumiEntryInfo::~RunLumiEntryInfo
~RunLumiEntryInfo()
Definition: RunLumiEntryInfo.cc:11