CMS 3D CMS Logo

BranchID.cc
Go to the documentation of this file.
3 #include <ostream>
4 
5 namespace edm {
6 
9  return crc32.checksum();
10  }
11 
12  std::ostream& operator<<(std::ostream& os, BranchID const& id) {
13  os << id.id();
14  return os;
15  }
16 } // namespace edm
unsigned int value_type
Definition: BranchID.h:16
static value_type toID(std::string const &branchName)
Definition: BranchID.cc:7
HLT enums.
std::uint32_t checksum()
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.