test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
ServiceRegistry
src
PlaceInPathContext.cc
Go to the documentation of this file.
1
#include "
FWCore/ServiceRegistry/interface/PlaceInPathContext.h
"
2
#include "
FWCore/ServiceRegistry/interface/PathContext.h
"
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
}
edm::PlaceInPathContext::PlaceInPathContext
PlaceInPathContext(unsigned int)
Definition:
PlaceInPathContext.cc:8
edm::PlaceInPathContext
Definition:
PlaceInPathContext.h:19
nullptr
#define nullptr
edm::PlaceInPathContext::pathContext
PathContext const * pathContext() const
Definition:
PlaceInPathContext.h:26
edm::PlaceInPathContext::placeInPath
unsigned int placeInPath() const
Definition:
PlaceInPathContext.h:25
PathContext.h
PlaceInPathContext.h
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:115
Generated for CMSSW Reference Manual by
1.8.5