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  branchID_()
11  {}
12 
14 
15  void
16  RunLumiEntryInfo::write(std::ostream& os) const {
17  os << "branch ID = " << branchID() << '\n';
18  }
19 
20  bool
22  return a.branchID() == b.branchID();
23  }
24 }
void write(std::ostream &os) const
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
BranchID const & branchID() const
double b
Definition: hdecay.h:120
HLT enums.
double a
Definition: hdecay.h:121