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
constexpr bool operator==(ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept
void write(std::ostream &os) const
double b
Definition: hdecay.h:120
HLT enums.
double a
Definition: hdecay.h:121
BranchID const & branchID() const