CMS 3D CMS Logo

PlaceInPathContext.cc
Go to the documentation of this file.
3 
4 #include <ostream>
5 
6 namespace edm {
7 
8  PlaceInPathContext::PlaceInPathContext(unsigned int placeInPath) : placeInPath_(placeInPath), pathContext_(nullptr) {}
9 
10  std::ostream& operator<<(std::ostream& os, PlaceInPathContext const& ppc) {
11  os << "PlaceInPathContext " << ppc.placeInPath() << "\n";
12  if (ppc.pathContext()) {
13  os << " " << *ppc.pathContext();
14  }
15  return os;
16  }
17 } // namespace edm
PlaceInPathContext(unsigned int)
unsigned int placeInPath() const
HLT enums.
PathContext const * pathContext() const
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.