CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PlaceInPathContext.cc
Go to the documentation of this file.
3 
4 #include <ostream>
5 
6 namespace edm {
7 
8  PlaceInPathContext::PlaceInPathContext(unsigned int placeInPath) :
9  placeInPath_(placeInPath),
10  pathContext_(nullptr) {
11  }
12 
13  std::ostream& operator<<(std::ostream& os, PlaceInPathContext const& ppc) {
14  os << "PlaceInPathContext " << ppc.placeInPath() << "\n";
15  if(ppc.pathContext()) {
16  os << " " << *ppc.pathContext();
17  }
18  return os;
19  }
20 }
PlaceInPathContext(unsigned int)
#define nullptr
PathContext const * pathContext() const
unsigned int placeInPath() const
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.