CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PlaceInPathContext.h
Go to the documentation of this file.
1 #ifndef FWCore_ServiceRegistry_PlaceInPathContext_h
2 #define FWCore_ServiceRegistry_PlaceInPathContext_h
3 
9 //
10 // Original Author: W. David Dagenhart
11 // Created: 7/31/2013
12 
13 #include <iosfwd>
14 
15 namespace edm {
16 
17  class PathContext;
18 
20 
21  public:
22 
23  PlaceInPathContext(unsigned int);
24 
25  unsigned int placeInPath() const { return placeInPath_; }
26  PathContext const* pathContext() const { return pathContext_; }
27 
29 
30  private:
31  unsigned int placeInPath_;
33  };
34 
35  std::ostream& operator<<(std::ostream&, PlaceInPathContext const&);
36 }
37 #endif
PlaceInPathContext(unsigned int)
void setPathContext(PathContext const *v)
PathContext const * pathContext() const
PathContext const * pathContext_
unsigned int placeInPath() const
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.